From 156075555647a15f0f57b1372deb1f442d7c169a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 12 Apr 2004 11:15:14 +0000 Subject: r175: Move this comment to the right place... Andrew Bartlett (This used to be commit e5bbb086b2aeb826121d7fef88fcfaa49d876ea4) --- source3/nsswitch/winbindd_nss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit