diff options
author | Tim Potter <tpot@samba.org> | 2002-04-14 04:57:02 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-14 04:57:02 +0000 |
commit | 06df6c79ae91cb4b1427a2a230fee288cff50e10 (patch) | |
tree | 80ce58e507ec240da5c2269cba469fd11ca42eb0 /source/rpcclient/rpcclient.c | |
parent | 703e0a6ce2d283349f64cba72b36c1bef6a0d806 (diff) | |
download | samba-06df6c79ae91cb4b1427a2a230fee288cff50e10.tar.gz samba-06df6c79ae91cb4b1427a2a230fee288cff50e10.tar.xz samba-06df6c79ae91cb4b1427a2a230fee288cff50e10.zip |
Fixed comment.
Diffstat (limited to 'source/rpcclient/rpcclient.c')
-rw-r--r-- | source/rpcclient/rpcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c index 193c27e8a08..688dd740046 100644 --- a/source/rpcclient/rpcclient.c +++ b/source/rpcclient/rpcclient.c @@ -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; } |