Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 2764d93ff502f5254f8456a34d2256d8 > files > 3

armagetron-0.2.8.3.3-1.mga6.src.rpm

# Description: Fix empty master.srv creation, which cause segfaults when starting network games
# Forwaded: yes : https://sourceforge.net/tracker/?func=detail&aid=3207635&group_id=110997&atid=657950
# Bug: none
# Author: Christiaan Welvaart (spturtle)
Index: src/network/nServerInfo.cpp
===================================================================
--- a/src/network/nServerInfo.cpp
+++ b/src/network/nServerInfo.cpp	2011-03-12 12:01:33.725306330 +0100
@@ -1487,7 +1487,7 @@
     if (!masterInfo)
         return;
 
-    DeleteAll();
+    DeleteAll(false);
 
     // load all the servers we know
     Load( tDirectories::Var(), MasterFile( fileSuffix ) );