s3: Change sockaddr util function names for consistency
[samba.git] / source3 / utils / net.c
index e90e8f0a0fa200989c4056a5397f4621af4692ff..f1a5be1876b381a420d0efdc9b20a0b6b9002cf0 100644 (file)
@@ -652,13 +652,17 @@ static struct functable net_func[] = {
                {"exclude",     'X', POPT_ARG_STRING, &c->opt_exclude},
                {"destination", 0, POPT_ARG_STRING,   &c->opt_destination},
                {"tallocreport", 0, POPT_ARG_NONE,    &c->do_talloc_report},
+               /* Options for 'net rpc vampire (keytab)' */
+               {"force-full-repl", 0, POPT_ARG_NONE, &c->opt_force_full_repl},
+               {"single-obj-repl", 0, POPT_ARG_NONE, &c->opt_single_obj_repl},
+               {"clean-old-entries", 0, POPT_ARG_NONE, &c->opt_clean_old_entries},
 
                POPT_COMMON_SAMBA
                { 0, 0, 0, 0}
        };
 
 
-       zero_addr(&c->opt_dest_ip);
+       zero_sockaddr(&c->opt_dest_ip);
 
        load_case_tables();