From 7d8d60bcbae79f3cdd55b27217145ffbd19f161d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 17 Jun 2008 10:38:07 +0200 Subject: [PATCH] net_vampire: fix samsync_process_database(). Turns out the password hashes are not rid encrypted in the samsync reply. Guenther --- source/libnet/libnet_samsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3