From 34763ea403a95b0580fd9bd9e6a36f3cd5053d7b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 23 Jan 2004 04:01:21 +0000 Subject: fix for pump dhcpclass stuff --- command-stubs/pump-stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command-stubs') 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) -- cgit