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

hudson took me too seriously

This commit is contained in:
Charles Kerr 2008-04-03 21:41:37 +00:00
parent fd0e71c00a
commit 2ccbef0d70

View file

@ -495,7 +495,7 @@ PrefsController * fPrefsController;
}
}
buf = ipc_mkval( &packet, &size );
buf = ipc_serialize( &packet, &size );
tr_bencFree( &packet );
if( NULL == buf )
goto fail;
@ -1052,7 +1052,7 @@ void msg_sup( enum ipc_msg msgid, benc_val_t * val, int64_t tag, void * arg )
name->val.s.s, name->val.s.i, 1 );
}
buf = ipc_mkval( &packet, &size );
buf = ipc_serialize( &packet, &size );
tr_bencFree( &packet );
if( NULL == buf )
goto fail;