1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

Fix a spurious compiler warning.

This commit is contained in:
Josh Elsasser 2006-12-11 19:42:08 +00:00
parent ee37bbb335
commit a5c14049ef

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 )
{