You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/08/12 15:33:41 UTC

svn commit: r565072 - /webservices/axis2/trunk/c/samples/client/echo/echo.c

Author: dinesh
Date: Sun Aug 12 06:33:41 2007
New Revision: 565072

URL: http://svn.apache.org/viewvc?view=rev&rev=565072
Log:
fixed a little mistake

Modified:
    webservices/axis2/trunk/c/samples/client/echo/echo.c

Modified: webservices/axis2/trunk/c/samples/client/echo/echo.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/echo.c?view=diff&rev=565072&r1=565071&r2=565072
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Sun Aug 12 06:33:41 2007
@@ -69,7 +69,7 @@
             address = argv[1];
         }
 
-        if(argv > 4)
+        if(argc > 4)
         {
             if (axutil_strcmp(argv[2], "-auth") == 0)
             {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org