Move code that connects to ILS back end out of
authordjfiander <djfiander>
Sat, 16 Sep 2006 13:50:14 +0000 (13:50 +0000)
committerdjfiander <djfiander>
Sat, 16 Sep 2006 13:50:14 +0000 (13:50 +0000)
commita0140fe512a9a5f68af200cf17042d275b9ff4aa
treedff282bce94790168e3a752bd214362fc00c4b8d
parentcc39142fc77061312ce3ed31ce6b2fa0599ec5f9
Move code that connects to ILS back end out of
sip_protocol_loop() and into handle_login().  This way, if
there's a problem loading or initializing the ILS implementation,
the client will be told that login failed, rather than
"successfully" logging in and then having the server die later.
SIPServer.pm
Sip/MsgType.pm