diff options
-rw-r--r-- | Ivy/IvyWatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyWatcher.cxx b/Ivy/IvyWatcher.cxx index d20bfa3..8df0ac4 100644 --- a/Ivy/IvyWatcher.cxx +++ b/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 );
|