1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-11 09:44:19 +03:00

Fixed comment.

(This used to be commit 06df6c79ae)
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())) 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; goto error;
} }