diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-04-11 11:54:20 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-04-11 11:54:20 +0000 |
commit | eace48730376bae14e561c57ef59fb9e721f94ac (patch) | |
tree | b86a93a22ef3a79b14beebdf9ee1414d9b0c674b /cppe/src/IceE/Initialize.cpp | |
parent | fixing start port and server count to be the same as the icee test (diff) | |
download | ice-eace48730376bae14e561c57ef59fb9e721f94ac.tar.bz2 ice-eace48730376bae14e561c57ef59fb9e721f94ac.tar.xz ice-eace48730376bae14e561c57ef59fb9e721f94ac.zip |
Port for gumstix
Diffstat (limited to 'cppe/src/IceE/Initialize.cpp')
-rw-r--r-- | cppe/src/IceE/Initialize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Initialize.cpp b/cppe/src/IceE/Initialize.cpp index 2ccd9fd426a..1062a289b6f 100644 --- a/cppe/src/IceE/Initialize.cpp +++ b/cppe/src/IceE/Initialize.cpp @@ -120,7 +120,7 @@ CommunicatorPtr Ice::initialize(StringSeq& args, const InitializationData& initializationData, Int version) { int origArgc; - char** argv; + char** argv = 0; CommunicatorPtr communicator; try |