summaryrefslogtreecommitdiffstats
path: root/command-stubs/pump-stub
diff options
context:
space:
mode:
Diffstat (limited to 'command-stubs/pump-stub')
-rwxr-xr-xcommand-stubs/pump-stub2
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/pump-stub b/command-stubs/pump-stub
index 936315358..63f093be6 100755
--- a/command-stubs/pump-stub
+++ b/command-stubs/pump-stub
@@ -27,7 +27,7 @@ while (argv):
else:
usage()
-ns = isys.pumpNetDevice(iface)
+ns = isys.pumpNetDevice(iface, None)
if ns:
f = open("/etc/resolv.conf", "w")
f.write("nameserver %s\n" % ns)