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

r175: Move this comment to the right place...

Andrew Bartlett
(This used to be commit e5bbb086b2aeb826121d7fef88fcfaa49d876ea4)
This commit is contained in:
Andrew Bartlett 2004-04-12 11:15:14 +00:00 committed by Gerald (Jerry) Carter
parent 1c97474a59
commit 1560755556

View File

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