Fix a spurious compiler warning.

This commit is contained in:
Josh Elsasser 2006-12-11 19:42:08 +00:00
parent ee37bbb335
commit a5c14049ef
1 changed files with 1 additions and 0 deletions

View File

@ -1241,6 +1241,7 @@ soapRequest( int retry, const char * host, int port, const char * path,
do
{
name = va_arg( ap, const char * );
value = NULL;
name = actionLookupName( action, name, -1, 'i' );
if( NULL != name )
{