The branch, v3-3-test has been updated
via 27ce662f5d4e1185cedc59c52f94458fb6425f5c (commit)
from ac5d8ede8a94e8411d38b684e943d0b489ba8b70 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c
Author: Michael Adam <[EMAIL PROTECTED]>
Date: Tue Jul 22 12:16:46 2008 +0200
rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of
DsBindInfo48)
Michael
-----------------------------------------------------------------------
Summary of changes:
source/rpcclient/cmd_drsuapi.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/rpcclient/cmd_drsuapi.c b/source/rpcclient/cmd_drsuapi.c
index 630354f..1cef6b9 100644
--- a/source/rpcclient/cmd_drsuapi.c
+++ b/source/rpcclient/cmd_drsuapi.c
@@ -405,6 +405,8 @@ static WERROR cmd_drsuapi_getncchanges(struct
rpc_pipe_client *cli,
supported_extensions =
bind_info.info.info24.supported_extensions;
} else if (bind_info.length == 28) {
supported_extensions =
bind_info.info.info28.supported_extensions;
+ } else if (bind_info.length == 48) {
+ supported_extensions =
bind_info.info.info48.supported_extensions;
}
if (!nc_dn) {
--
Samba Shared Repository