wrong debug messages

andreas moroder claudiamoroder at st-ulrich.suedtirol.net
Sat Apr 13 01:00:31 GMT 2002


Hello,


in ./rpcclient/rpcclient.c at line 202 there is the following debug message

                DEBUG(0,("fetch_domain_sid: talloc_init returned NULL!\n"));

it should be changed to 

                DEBUG(0,("fetch_machine_sid: talloc_init returned NULL!\n"));

because the function is fetch_machine_s

Similar error in ./utils/net_rpc.c

DEBUG(0,("fetch_domain_sid: malloc returned NULL!\n")); 

Bye
Andreas




More information about the samba-technical mailing list