hudson took me too seriously

This commit is contained in:
Charles Kerr 2008-04-03 21:41:37 +00:00
parent fd0e71c00a
commit 2ccbef0d70
1 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ PrefsController * fPrefsController;
} }
} }
buf = ipc_mkval( &packet, &size ); buf = ipc_serialize( &packet, &size );
tr_bencFree( &packet ); tr_bencFree( &packet );
if( NULL == buf ) if( NULL == buf )
goto fail; 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 ); name->val.s.s, name->val.s.i, 1 );
} }
buf = ipc_mkval( &packet, &size ); buf = ipc_serialize( &packet, &size );
tr_bencFree( &packet ); tr_bencFree( &packet );
if( NULL == buf ) if( NULL == buf )
goto fail; goto fail;