* clientgen.c (fix_char_ptr): Commented out

This commit is contained in:
Andrew V. Samoilov 2002-08-16 11:00:48 +00:00
parent 64cb753187
commit 4fa385b62e

View File

@ -190,7 +190,7 @@ static void cli_setup_packet(struct cli_state *cli)
}
}
#if 0
/*****************************************************************************
Convert a character pointer in a cli_call_api() response to a form we can use.
This function contains code to prevent core dumps if the server returns
@ -213,7 +213,7 @@ static char *fix_char_ptr(unsigned int datap, unsigned int converter,
}
}
}
#endif /* 0 */
/****************************************************************************
send a SMB trans or trans2 request
****************************************************************************/