shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix.


From: shishi-commit
Subject: Fix.
Date: Thu, 18 Dec 2003 08:00:10 +0100

Commit from jas 2003-12-18 08:00 CET
Fix.
Module File name Revision
shishi src/shishid.c 1.75 >>> 1.76

shishi/src/shishid.c   1.75 >>> 1.76
Line 468
  }
 
  static void
- kdc_accept (struct listenspec *ls, struct listenspec *last)
+ kdc_accept (struct listenspec *ls)
  {
    struct listenspec *newls;
 
Line 536
        for (ls = listenspec, last = NULL; ls; last = ls, ls = ls->next)
  if (FD_ISSET (ls->sockfd, &readfds))
    if (ls->type == SOCK_STREAM && ls->listening)
-     kdc_accept (ls, last);
+     kdc_accept (ls);
    else if (kdc_read (ls) < 0)
      last->next = kdc_close (ls);
    else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]