diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 13:54:53 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 13:54:53 +0200 |
| commit | 0354d89c2aa2c8934dc3a3c41f904bf5b713cb85 (patch) | |
| tree | 4259ef6608456d888eb9c65cb2c33819008651ab | |
| parent | 0f322594c1a54f5058c77173a4eef04f73bc7a29 (diff) | |
libdistrio_common: set initialized flag
after successfull orb initialization
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | common/common.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/common.cpp b/common/common.cpp index b8c4453..9fd35e3 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -35,6 +35,8 @@ int init_corba (int argc, char **argv) goto out; } + ref.init = 1; + out: return ret; } |
