From: Michal Sojka Date: Fri, 18 Feb 2011 23:35:20 +0000 (+0100) Subject: forbrun: Do not set ID if it is not specified on command line X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/forb.git/commitdiff_plain/12f4b73e2cbfedfb613c38ffd8d17a5b6468c7cd forbrun: Do not set ID if it is not specified on command line --- diff --git a/src/forbrun/forbrun.c b/src/forbrun/forbrun.c index 74fd4fc..62e1607 100644 --- a/src/forbrun/forbrun.c +++ b/src/forbrun/forbrun.c @@ -60,7 +60,7 @@ int main(int argc, char *argv[]) char *opt_pidfile = NULL; int i; forb_init_attr_t attr = { - .orb_id = "org.frescor.fcb", + .orb_id = "", .peer_discovery_callback = NULL, /* TODO */ .peer_dead_callback = NULL, /* TODO */ .fixed_tcp_port = 0,