IP -> Remote IP

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-26 21:32:37 +01:00
parent 85afe45174
commit 3c331370ce

View File

@@ -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) {