Commit e7886aa9 authored by Yang Tse's avatar Yang Tse
Browse files

oops ;-)

parent fb08868e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ static void close_connections(struct SessionHandle *data)
{
  /* Loop through all open connections and kill them one by one */
  long i;
  do
  do {
    i = ConnectionKillOne(data);
  } while(i != -1L);
}