diff options
Diffstat (limited to 'src/openvpn/ps.h')
-rw-r--r-- | src/openvpn/ps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/ps.h b/src/openvpn/ps.h index 4280635..e8919d4 100644 --- a/src/openvpn/ps.h +++ b/src/openvpn/ps.h @@ -44,7 +44,7 @@ struct port_share { extern struct port_share *port_share; struct port_share *port_share_open (const char *host, - const int port, + const char *port, const int max_initial_buf, const char *journal_dir); |