From: Guilherme Maciel Ferreira Date: Sun, 19 Feb 2012 20:56:14 +0000 (-0200) Subject: Changed protocol_string_map's storage class from external to internal. X-Git-Tag: v1.3~11^2~4 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=a698d7c7cf85618bbda357416bbf7d1262f65263;p=pingcheck Changed protocol_string_map's storage class from external to internal. --- diff --git a/src/host/pingprotocol.cpp b/src/host/pingprotocol.cpp index 0241895..9522045 100644 --- a/src/host/pingprotocol.cpp +++ b/src/host/pingprotocol.cpp @@ -27,7 +27,7 @@ on this file might be covered by the GNU General Public License. using namespace std; -map protocol_string_map; +static map protocol_string_map; PingProtocol get_ping_protocol_from_string( const string & protocol_string ) {