* ParsePref() was returning if it encountered a blank line in the preferences data...
authorArt Cancro <ajc@citadel.org>
Wed, 17 Jun 2009 21:26:18 +0000 (21:26 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 17 Jun 2009 21:26:18 +0000 (21:26 +0000)
commit45a8af744d8206c29bb79c419b8fd055515fbdf4
treefcb9059b5b90918e0c477c5a97297a7901ddf273
parentbdecc31bac115bfcda0d4e74bcb8fc9f2ba4648a
* ParsePref() was returning if it encountered a blank line in the preferences data, leaving the rest of the server transaction unfinished and causing the protocol to get out of sync.  Fixed.  This is almost certainly the cause of the 'numeric room name upon login' bug.
webcit/auth.c
webcit/preferences.c
webcit/roomops.c