summaryrefslogtreecommitdiff
path: root/source3/utils/net_sam.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-06-17 23:56:42 +0200
committerMichael Adam <obnox@samba.org>2008-06-17 23:56:42 +0200
commit00168e4d5ab0b32c3dcb68d4702a1eba23706517 (patch)
treec393806545ad0b3ae2b5b6b7f554416591740008 /source3/utils/net_sam.c
parentba3eee6cf883a2692b313674829f9316f783ecde (diff)
downloadsamba-00168e4d5ab0b32c3dcb68d4702a1eba23706517.tar.gz
samba-00168e4d5ab0b32c3dcb68d4702a1eba23706517.tar.bz2
samba-00168e4d5ab0b32c3dcb68d4702a1eba23706517.zip
net sam: fix typo in debug message.
Michael (This used to be commit 6d7f64c3481d3aa7ec6b0d468f3d6218f62cd92e)
Diffstat (limited to 'source3/utils/net_sam.c')
-rw-r--r--source3/utils/net_sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_sam.c b/source3/utils/net_sam.c
index 2183ed5efc..fe2f5f6b8b 100644
--- a/source3/utils/net_sam.c
+++ b/source3/utils/net_sam.c
@@ -1013,7 +1013,7 @@ static int net_sam_createbuiltingroup(struct net_context *c, int argc, const cha
}
if (!winbind_ping()) {
- d_fprintf(stderr, "winbind seems not to run. createlocalgroup "
+ d_fprintf(stderr, "winbind seems not to run. createbuiltingroup "
"only works when winbind runs.\n");
return -1;
}