diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-04-12 11:15:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:12 -0500 |
commit | 156075555647a15f0f57b1372deb1f442d7c169a (patch) | |
tree | 1eab1d0bc1ce49afd1d2af87aaf38fdce53f1995 /source3/nsswitch | |
parent | 1c97474a59f0a27068ada999703f50ded41e24b0 (diff) | |
download | samba-156075555647a15f0f57b1372deb1f442d7c169a.tar.gz samba-156075555647a15f0f57b1372deb1f442d7c169a.tar.bz2 samba-156075555647a15f0f57b1372deb1f442d7c169a.zip |
r175: Move this comment to the right place...
Andrew Bartlett
(This used to be commit e5bbb086b2aeb826121d7fef88fcfaa49d876ea4)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_nss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index 8167cfafa8..6a457f3800 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -117,7 +117,6 @@ enum winbindd_cmd { WINBINDD_GETGRLST, WINBINDD_NETBIOS_NAME, /* The netbios name of the server */ - /* Placeholder for end of cmd list */ /* find the location of our privileged pipe */ WINBINDD_PRIV_PIPE_DIR, @@ -125,6 +124,7 @@ enum winbindd_cmd { /* return a list of group sids for a user sid */ WINBINDD_GETUSERSIDS, + /* Placeholder for end of cmd list */ WINBINDD_NUM_CMDS }; |