Displaying 1 result from an estimated 1 matches for "cac_connect".
Did you mean:
3a__connect
2006 Jul 13
1
Bug in cac_Connect ?
While working on adding support for local-binding, I found this piece of code
in libmsrpc.c. Maybe I'm confused..but should that strcmp maybe be compared to != 0?
/*change the server name in the server handle if necessary*/
if(srv && hnd->server && strcmp(hnd->server, srv) == 0) {
SAFE_FREE(hnd->server);
hnd->server = SMB_STRDUP(srv);
}