summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Acceptor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-20 13:29:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-20 13:29:36 +0000
commit9b2dbd1a3f508c3b616cb834ea1ef9a384c89da7 (patch)
tree49c3e52baa7df07fcff1a26d4c8956ad18eb6fce /TAO/tao/IIOP_Acceptor.cpp
parent7710e1a161f4a0d65b507d6c3f31a10f46547b45 (diff)
downloadATCD-9b2dbd1a3f508c3b616cb834ea1ef9a384c89da7.tar.gz
ChangeLogTag: Mon Mar 20 13:23:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.cpp')
-rw-r--r--TAO/tao/IIOP_Acceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Acceptor.cpp b/TAO/tao/IIOP_Acceptor.cpp
index af44c6ce8a4..71ebea0882b 100644
--- a/TAO/tao/IIOP_Acceptor.cpp
+++ b/TAO/tao/IIOP_Acceptor.cpp
@@ -1179,7 +1179,7 @@ TAO_IIOP_Acceptor::parse_options_i (int &argc,
// put this one on the end. This technique has the effect of
// putting them in reverse order, but that doesn't matter, since
// these arguments are only whole strings.
- argc--;
+ --argc;
ACE_CString *temp = argv[i];
for (int j = i; j <= argc-1; j++)
argv[j] = argv[j+1];