*** old/s_user.c Sun May 18 22:18:34 1997 --- s_user.c Wed Jun 25 00:48:24 1997 *************** *** 733,742 **** ** must be killed from the incoming connection, and "old" must ** be purged from all outgoing connections. */ ! if (acptr->user) sameuser = mycmp(acptr->user->username, sptr->user->username) == 0 && ! mycmp(acptr->user->host, acptr->user->host) == 0; else newts = 0; /* force both kills */ --- 733,742 ---- ** must be killed from the incoming connection, and "old" must ** be purged from all outgoing connections. */ ! if (acptr->user && sptr->user) sameuser = mycmp(acptr->user->username, sptr->user->username) == 0 && ! mycmp(acptr->user->host, sptr->user->host) == 0; else newts = 0; /* force both kills */