1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

Fixed comment.

(This used to be commit 06df6c79ae91cb4b1427a2a230fee288cff50e10)
This commit is contained in:
Tim Potter 2002-04-14 04:57:02 +00:00
parent db32b9ceb7
commit f8b1f9608f

View File

@ -199,7 +199,7 @@ void fetch_machine_sid(struct cli_state *cli)
if (!(mem_ctx=talloc_init()))
{
DEBUG(0,("fetch_domain_sid: talloc_init returned NULL!\n"));
DEBUG(0,("fetch_machine_sid: talloc_init returned NULL!\n"));
goto error;
}