diff options
author | Günther Deschner <gd@samba.org> | 2008-07-18 01:39:27 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-18 16:43:16 +0200 |
commit | a5e1a7a9f706a7173168b1e6466212c4b2c3e3e7 (patch) | |
tree | 34684a01b0409fda00fda997ddf8e18e6569acf0 /source3/lib/netapi | |
parent | 4ee046a7914dc7ac2d7625fad9f8bf44fa8f72f9 (diff) | |
download | samba-a5e1a7a9f706a7173168b1e6466212c4b2c3e3e7.tar.gz samba-a5e1a7a9f706a7173168b1e6466212c4b2c3e3e7.tar.bz2 samba-a5e1a7a9f706a7173168b1e6466212c4b2c3e3e7.zip |
netapi: typo in NetGroupEnum example code.
Guenther
(This used to be commit b0c44d7e6cf321f84bd7b9cdb25635304bbfea81)
Diffstat (limited to 'source3/lib/netapi')
-rw-r--r-- | source3/lib/netapi/examples/group/group_enum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/examples/group/group_enum.c b/source3/lib/netapi/examples/group/group_enum.c index a9b6ad96cb..fe2aee1dab 100644 --- a/source3/lib/netapi/examples/group/group_enum.c +++ b/source3/lib/netapi/examples/group/group_enum.c @@ -75,7 +75,7 @@ int main(int argc, const char **argv) level = atoi(poptGetArg(pc)); } - /* NetUserEnum */ + /* NetGroupEnum */ do { status = NetGroupEnum(hostname, |