From e5bbb086b2aeb826121d7fef88fcfaa49d876ea4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 12 Apr 2004 11:15:14 +0000 Subject: [PATCH] r175: Move this comment to the right place... Andrew Bartlett --- source/nsswitch/winbindd_nss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.11.4.GIT