1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3:net: add command registry check

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Gregor Beck
2011-06-30 12:08:16 +02:00
committed by Michael Adam
parent e430c75d4c
commit 502f0b8edc
7 changed files with 1433 additions and 1 deletions

View File

@ -80,6 +80,9 @@ struct net_context {
int opt_lock;
int opt_auto;
int opt_repair;
int opt_reg_version;
const char *opt_output;
int opt_wipe;
int opt_have_ip;
struct sockaddr_storage opt_dest_ip;