diff options
author | Michael Adam <obnox@samba.org> | 2008-06-17 23:56:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-06-17 23:56:42 +0200 |
commit | 00168e4d5ab0b32c3dcb68d4702a1eba23706517 (patch) | |
tree | c393806545ad0b3ae2b5b6b7f554416591740008 /source3/utils/net_sam.c | |
parent | ba3eee6cf883a2692b313674829f9316f783ecde (diff) | |
download | samba-00168e4d5ab0b32c3dcb68d4702a1eba23706517.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_sam.c b/source3/utils/net_sam.c index 2183ed5efce..fe2f5f6b8b5 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; } |