> -----Ursprüngliche Nachricht-----
 > Von: Andreas Fink [mailto:[EMAIL PROTECTED]]
 > Gesendet am: Freitag, 4. Januar 2002 13:08
 > An: Frederik Ammitzbøll
 > Cc: [EMAIL PROTECTED]
 > Betreff: Re: idle-timout
 > 
 > 
 > No. I actually just fixed this bug 10 minutes ago. I'm committing it 
 > to CVS at the moment.
 > 

I think the right patch is:

if ((server == NULL) || (emi2_handle_smscreq (conn, *server) < 0)) {
    return; /* reopen the connection */
} 

instead of your commit:

if ((*server !=NULL) && (emi2_handle_smscreq (conn, *server) < 0)) {
    return; /* reopen the connection */
} 

This way we will reopen the connection when the server connection
is closed.

Regards
  Jörg

Reply via email to