aboutsummaryrefslogtreecommitdiffstats
path: root/net/iodine/files/patch-tun.c
blob: 3c25e722d8c80fbbae5f83e4f2ae53251f7a4718 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/tun.c.orig  2009-12-10 20:26:35.000000000 -0800
+++ src/tun.c   2009-12-10 20:26:46.000000000 -0800
@@ -402,10 +402,9 @@
    }
 #ifndef WINDOWS32
    snprintf(cmdline, sizeof(cmdline), 
-           "/sbin/ifconfig %s %s %s netmask %s",
+           "/sbin/ifconfig %s %s netmask %s",
            if_name,
            ip,
-           ip,
            inet_ntoa(net));
    
    fprintf(stderr, "Setting IP of %s to %s\n", if_name, ip);