summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2002-09-22 10:30:00 +0000
committerVolker Lendecke <vlendec@samba.org>2002-09-22 10:30:00 +0000
commit8c41b5cd1b8b0c2639def9552bd20b8aca39785c (patch)
treeec0bcb3e4f55c9b167940d540ae2d0a6731b156b /source/utils
parent9f7a16acf1b1f3b100b85339aad8268254512e68 (diff)
downloadsamba-8c41b5cd1b8b0c2639def9552bd20b8aca39785c.tar.gz
samba-8c41b5cd1b8b0c2639def9552bd20b8aca39785c.tar.xz
samba-8c41b5cd1b8b0c2639def9552bd20b8aca39785c.zip
Change parsing of policy and privs delta to what Ethereal says.
Volker
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net_rpc_samsync.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/utils/net_rpc_samsync.c b/source/utils/net_rpc_samsync.c
index 6d8b7c672f9..9d54a771fc4 100644
--- a/source/utils/net_rpc_samsync.c
+++ b/source/utils/net_rpc_samsync.c
@@ -171,9 +171,7 @@ int rpc_samdump(int argc, const char **argv)
dump_database(cli, SAM_DATABASE_DOMAIN, &ret_creds);
dump_database(cli, SAM_DATABASE_BUILTIN, &ret_creds);
-
- /* Currently we crash on PRIVS somewhere in unmarshalling */
- /* Dump_database(cli, SAM_DATABASE_PRIVS, &ret_creds); */
+ dump_database(cli, SAM_DATABASE_PRIVS, &ret_creds);
cli_nt_session_close(cli);