diff options
Diffstat (limited to 'networking/vconfig.c')
-rw-r--r-- | networking/vconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/vconfig.c b/networking/vconfig.c index efbb5a1dc..15a611098 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -118,7 +118,7 @@ int vconfig_main(int argc, char **argv) | |||
118 | 118 | ||
119 | /* Don't bother closing the filedes. It will be closed on cleanup. */ | 119 | /* Don't bother closing the filedes. It will be closed on cleanup. */ |
120 | /* Will die if 802.1q is not present */ | 120 | /* Will die if 802.1q is not present */ |
121 | xopen3(conf_file_name, O_RDONLY, 0); | 121 | xopen(conf_file_name, O_RDONLY); |
122 | 122 | ||
123 | memset(&ifr, 0, sizeof(struct vlan_ioctl_args)); | 123 | memset(&ifr, 0, sizeof(struct vlan_ioctl_args)); |
124 | 124 | ||