summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-04-12 11:15:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-04-12 11:15:14 +0000
commitd7d3833358664165d036ea131f0afb11b08060b1 (patch)
tree25c8b5a711b4006dad9dfb13aeb5b264161971ee
parente20f24f7d908c208f35cedf6f81e0ee3ac3d013b (diff)
downloadsamba-d7d3833358664165d036ea131f0afb11b08060b1.tar.gz
r175: Move this comment to the right place...
Andrew Bartlett
-rw-r--r--source/nsswitch/winbindd_nss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_nss.h b/source/nsswitch/winbindd_nss.h
index 8167cfafa86..6a457f38004 100644
--- a/source/nsswitch/winbindd_nss.h
+++ b/source/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
};