From: Günther Deschner Date: Tue, 17 Jun 2008 08:38:07 +0000 (+0200) Subject: net_vampire: fix samsync_process_database(). X-Git-Tag: samba-3.3.0pre1~894 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d8d60bcbae79f3cdd55b27217145ffbd19f161d;p=thirdparty%2Fsamba.git net_vampire: fix samsync_process_database(). Turns out the password hashes are not rid encrypted in the samsync reply. Guenther --- diff --git a/source/libnet/libnet_samsync.c b/source/libnet/libnet_samsync.c index ce95dcad5c0..3c6a87a495a 100644 --- a/source/libnet/libnet_samsync.c +++ b/source/libnet/libnet_samsync.c @@ -331,7 +331,7 @@ NTSTATUS samsync_process_database(struct rpc_pipe_client *pipe_hnd, samsync_fix_delta_array(mem_ctx, &session_key, - true, + false, database_id, delta_enum_array);