diff options
author | Kai Blin <kai@samba.org> | 2009-08-13 09:43:40 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-08-18 20:26:10 +0200 |
commit | b31f0de4675a1f43ec9597b13625c50dbd7a75e8 (patch) | |
tree | dd8d9ecb100c2c576d462862755e44493b566bba /source4/winbind | |
parent | 7cafb65387f50a58172acb1d0e8e5962e615a522 (diff) | |
download | samba-b31f0de4675a1f43ec9597b13625c50dbd7a75e8.tar.gz samba-b31f0de4675a1f43ec9597b13625c50dbd7a75e8.tar.bz2 samba-b31f0de4675a1f43ec9597b13625c50dbd7a75e8.zip |
s4 winbind: Silence compile warning by adding new commands to the list
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_samba3_protocol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c index 829a26cd50..250525cfb2 100644 --- a/source4/winbind/wb_samba3_protocol.c +++ b/source4/winbind/wb_samba3_protocol.c @@ -180,6 +180,7 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call) /* Unimplemented commands */ + case WINBINDD_GETPWSID: case WINBINDD_PAM_CHAUTHTOK: case WINBINDD_PAM_LOGOFF: case WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP: @@ -194,6 +195,7 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call) case WINBINDD_WINS_BYIP: case WINBINDD_WINS_BYNAME: case WINBINDD_GETGRLST: + case WINBINDD_GETSIDALIASES: case WINBINDD_DSGETDCNAME: case WINBINDD_INIT_CONNECTION: case WINBINDD_DUAL_SIDS2XIDS: @@ -202,6 +204,7 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call) case WINBINDD_DUAL_SET_HWM: case WINBINDD_DUAL_USERINFO: case WINBINDD_DUAL_GETSIDALIASES: + case WINBINDD_DUAL_NDRCMD: case WINBINDD_CCACHE_NTLMAUTH: case WINBINDD_NUM_CMDS: DEBUG(10, ("Unimplemented winbind samba3 request %d\n", |