the problem was we were calling CreateIncomingServer() before the accounts were
loaded. To solve this, I put a safe call to LoadAccounts() at the start of
CreateIncomingServer().
looking at the checkin logs, mscott made the same fix a while ago, but it got
overwritten by another change.
r/a=mscott