s4-test: we don't need -s set for samba_dnsupdate
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Apr 2010 07:18:53 +0000 (17:18 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Apr 2010 08:21:42 +0000 (18:21 +1000)
this is now handled by SMB_CONF_PATH

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

selftest/target/Samba4.pm

index 06a5326096ada27c2ade15ff953c8c86ed41d47d..4d6bca91b64c3c8b0af36bdbc568ec822faee678 100644 (file)
@@ -585,7 +585,7 @@ sub provision_raw_step1($$)
        log level = $ctx->{server_loglevel}
        lanman auth = Yes
        rndc command = true
-        dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate -s $ctx->{smb_conf} --all-interfaces --use-file=$ctx->{dns_host_file}
+        dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$ctx->{dns_host_file}
         resolv:host file = $ctx->{dns_host_file}
 ";