mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
IP -> Remote IP
This commit is contained in:
@@ -887,7 +887,7 @@ int common_info_cmd(DBusMessageIter * args)
|
||||
|
||||
fprintf(out, "Groupname: %s\n", groupname);
|
||||
fprintf(out, "\tState: %s ", auth);
|
||||
fprintf(out, "IP: %s\n", ip);
|
||||
fprintf(out, "Remote IP: %s\n", ip);
|
||||
|
||||
if (vpn_ipv4 != NULL && vpn_ipv4[0] != 0 &&
|
||||
vpn_ptp_ipv4 != NULL && vpn_ptp_ipv4[0] != 0) {
|
||||
|
||||
Reference in New Issue
Block a user