diff options
author | fcolin | 2007-02-01 13:03:54 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:03:54 +0000 |
commit | 19316503220ef8dbfeb60a139c25871366c55c3c (patch) | |
tree | 9b5f6b39b6ad40b2472bd8164c9189ed27803489 /Bus/Ivy/IvyWatcher.cxx | |
parent | b2bf252514e0f10390f0845ad0d80bb165f165f0 (diff) | |
download | ivy-cplusplus-19316503220ef8dbfeb60a139c25871366c55c3c.zip ivy-cplusplus-19316503220ef8dbfeb60a139c25871366c55c3c.tar.gz ivy-cplusplus-19316503220ef8dbfeb60a139c25871366c55c3c.tar.bz2 ivy-cplusplus-19316503220ef8dbfeb60a139c25871366c55c3c.tar.xz |
Utilisateur : Fcolin Date : 19/06/02 Heure : 15:14 Archivé dans $/Ivy (vss 9)
Diffstat (limited to 'Bus/Ivy/IvyWatcher.cxx')
-rw-r--r-- | Bus/Ivy/IvyWatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyWatcher.cxx b/Bus/Ivy/IvyWatcher.cxx index d20bfa3..8df0ac4 100644 --- a/Bus/Ivy/IvyWatcher.cxx +++ b/Bus/Ivy/IvyWatcher.cxx @@ -76,7 +76,7 @@ void IvyWatcher::start(const char *domainlist) {
BOOL reuse = TRUE;
string domain;
- UINT port;
+ UINT port=0;
// determine domain to use
domain = bus->GetDomain( domainlist );
|