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);
}
--
Ben Greear <[EMAIL PROTECTED]>
Candela Technologies Inc http://www.candelatech.com
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba