diff options
Diffstat (limited to 'Bus/Ivy')
-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 );
|