diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index 765b61bd56..3978459a62 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -70,7 +70,7 @@ struct net_context { const char *opt_exclude; const char *opt_destination; int opt_testmode; - bool opt_kerberos; + int opt_kerberos; int opt_force_full_repl; int opt_single_obj_repl; int opt_clean_old_entries; |