summaryrefslogtreecommitdiff
path: root/net/Sockets/files/patch-Sockets-config.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/Sockets/files/patch-Sockets-config.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Sockets/files/patch-Sockets-config.cpp b/net/Sockets/files/patch-Sockets-config.cpp
index af2bb190ea12..9208ed5e454a 100644
--- a/net/Sockets/files/patch-Sockets-config.cpp
+++ b/net/Sockets/files/patch-Sockets-config.cpp
@@ -1,11 +1,12 @@
--- Sockets-config.cpp.orig 2012-12-29 14:24:51.000000000 +0100
+++ Sockets-config.cpp 2012-12-29 14:25:16.000000000 +0100
-@@ -29,7 +29,7 @@
+@@ -29,8 +29,8 @@
// ------------------------------------------------------------------
static bool any_set = false;
-static std::map<std::string, std::string> mmap;
+static std::map<std::string, std::string> sockets_mmap;
+ static bool quiet = false;
// ------------------------------------------------------------------
void show_info()