From: Sapan Bhatia Date: Thu, 29 Oct 2009 00:48:16 +0000 (+0000) Subject: Removing a debugging line. X-Git-Tag: vsys-scripts-0.95-11~5 X-Git-Url: http://git.onelab.eu/?p=vsys-scripts.git;a=commitdiff_plain;h=d9889cbb1a7729edb91a3f36b29b7630b1ee0ef1 Removing a debugging line. --- diff --git a/fd_tuntap.c b/fd_tuntap.c index 668a9c5..b7f5158 100644 --- a/fd_tuntap.c +++ b/fd_tuntap.c @@ -129,7 +129,7 @@ int main(int argc, char *argv[]) /* Send tap_fd to slice */ - //send_vif_fd(control_channel_fd, tap_fd, if_name); + send_vif_fd(control_channel_fd, tap_fd, if_name); return 0; }