# # patch "ChangeLog" # from [1815b3c5180162a1d262e8b32227635bab1d825f] # to [bf8ce70a95de065b58a2b022b2c1d8cf07c2b1eb] # # patch "contrib/usher.cc" # from [d51be7aa0f1270b8a1dab605c33328095d82aab4] # to [49c1faf810dfd58a94b0a9ce0ab1aa376282addc] # ======================================================================== --- ChangeLog 1815b3c5180162a1d262e8b32227635bab1d825f +++ ChangeLog bf8ce70a95de065b58a2b022b2c1d8cf07c2b1eb @@ -1,5 +1,7 @@ 2005-10-09 Matthew Gregan + * contrib/usher.cc (main): Reset parser state for config file + parser. * win32/monotone.iss: Reduce minimum OS version for installer. * configure.ac: Another Boost library suffix. ======================================================================== --- contrib/usher.cc d51be7aa0f1270b8a1dab605c33328095d82aab4 +++ contrib/usher.cc 49c1faf810dfd58a94b0a9ce0ab1aa376282addc @@ -476,7 +476,7 @@ else if (pos == 2) cf>>rec.port; else if (pos == 3) { - pos = 0; + pos = -1; servers.push_back(rec); } ++pos;