summaryrefslogtreecommitdiff
path: root/access/src/vpn_monitor.cpp
diff options
context:
space:
mode:
author崔一鸣 <[email protected]>2018-12-09 22:25:34 +0800
committer崔一鸣 <[email protected]>2018-12-09 22:25:34 +0800
commit1e16fbaf51236ffcb6b0ed5e272c28c3ea8cb0e2 (patch)
tree1c724cc6daca9503d18d973b5da0730936ae0670 /access/src/vpn_monitor.cpp
parent218e00b13e68f327bf3a01a78989d47f2746f85a (diff)
添加systemd启动脚本
Diffstat (limited to 'access/src/vpn_monitor.cpp')
-rw-r--r--access/src/vpn_monitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/access/src/vpn_monitor.cpp b/access/src/vpn_monitor.cpp
index 80e844f..2d43193 100644
--- a/access/src/vpn_monitor.cpp
+++ b/access/src/vpn_monitor.cpp
@@ -126,7 +126,7 @@ static void get_ip2user_by_vpncmd(struct vpn_monitor_handle *handle)
server_ip, server_port, server_passwd, hub_name, hub_passwd);
//get_iptables_cmd
- printf("get_iptables_cmd: %s\n", get_iptables_cmd);
+ //printf("get_iptables_cmd: %s\n", get_iptables_cmd);
FILE *get_iptables_fp = popen(get_iptables_cmd, "r");
if(get_iptables_fp == NULL)
{