summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-14 04:57:02 +0000
committerTim Potter <tpot@samba.org>2002-04-14 04:57:02 +0000
commitf8b1f9608f5d5cb15cf063e04a036ccf3aa0a4d9 (patch)
treec755e21b152fc71a582bc069f27afde28ed0d588 /source3/rpcclient
parentdb32b9ceb726ad24fe022eae71b315683f840508 (diff)
downloadsamba-f8b1f9608f5d5cb15cf063e04a036ccf3aa0a4d9.tar.gz
samba-f8b1f9608f5d5cb15cf063e04a036ccf3aa0a4d9.tar.bz2
samba-f8b1f9608f5d5cb15cf063e04a036ccf3aa0a4d9.zip
Fixed comment.
(This used to be commit 06df6c79ae91cb4b1427a2a230fee288cff50e10)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/rpcclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 193c27e8a0..688dd74004 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/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;
}