Force fritzbox buffer address to be zero

cvsimport
Jan-Michael Brummer 2009-05-24 23:20:00 +00:00
parent 977d9b482f
commit c5a010c3ff
1 changed files with 2 additions and 2 deletions

View File

@ -273,10 +273,10 @@ static unsigned fritzboxPutMessage( int nSock, unsigned nApplId, unsigned char *
if ( nCommand == CAPI_DATA_B3 && nSubCommand == CAPI_REQ ) {
/* Special case: Set buffer address to zero */
/*pnMsg[ 12 ] = 0x00;
pnMsg[ 12 ] = 0x00;
pnMsg[ 13 ] = 0x00;
pnMsg[ 14 ] = 0x00;
pnMsg[ 15 ] = 0x00;*/
pnMsg[ 15 ] = 0x00;
}
/* attach capi message after header */