1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

net sam: fix typo in debug message.

Michael
(This used to be commit 6d7f64c3481d3aa7ec6b0d468f3d6218f62cd92e)
This commit is contained in:
Michael Adam 2008-06-17 23:56:42 +02:00
parent ba3eee6cf8
commit 00168e4d5a

View File

@ -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;
}