=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/ctl_transact.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/talk/ctl_transact.c 1995/10/18 08:46:11 1.1 +++ src/usr.bin/talk/ctl_transact.c 1996/04/28 23:58:04 1.2 @@ -114,5 +114,4 @@ rp->type != type)); } while (rp->vers != TALK_VERSION || rp->type != type); rp->id_num = ntohl(rp->id_num); - rp->addr.sa_family = ntohs(rp->addr.sa_family); }