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

Reply via email to