summaryrefslogtreecommitdiff
blob: c54afc0a534a4fefe39e2f4d306118a6f572d4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- dhcp.c.orig	2005-06-30 13:15:40.031526048 +0100
+++ dhcp.c	2005-06-30 13:16:09.962293874 +0100
@@ -236,6 +236,8 @@
     struct rtentry route;
     int s;
 
+    if ((rc = pumpDisableInterface(intf->device))) return rc;
+    
     s = socket(AF_INET, SOCK_DGRAM, 0);
 	
     memset(&req,0,sizeof(req));