0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00

Minor fixes so that serv.cpp will compile.

This commit is contained in:
James Yonan 2012-11-24 03:21:26 +00:00
parent fb882e7a61
commit 4a72d62592

View File

@ -80,7 +80,7 @@ namespace openvpn {
if (i->second->defined()) if (i->second->defined())
++i; ++i;
else else
map.erase(i++); i = map.erase(i);
} }
} }