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:
parent
ee37bbb335
commit
a5c14049ef
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue