summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Basic/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/Basic/server.cpp')
-rw-r--r--TAO/examples/PluggableUDP/tests/Basic/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Basic/server.cpp b/TAO/examples/PluggableUDP/tests/Basic/server.cpp
index ce33a36ac6d..2de02be5478 100644
--- a/TAO/examples/PluggableUDP/tests/Basic/server.cpp
+++ b/TAO/examples/PluggableUDP/tests/Basic/server.cpp
@@ -26,7 +26,7 @@
ACE_RCSID(AMI, server, "$Id$")
-const char *ior_output_file = "test.ior";
+const char *ior_output_file = 0;
int
parse_args (int argc, char *argv[])