Patch #: 80 Type: bug fix Priority: low Affects: NBP deletion (eg: 'atistest -r') with PHASE2 Submitted: Ezra Peisach Archived: munnari.OZ.AU mac/cap.patches/cap60.patch080 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch080' Summary: insert my zone into tuple before comparison File: cap60/etc/nisaux.c *** etc/nisaux.c.orig Thu Sep 19 13:17:48 1991 --- etc/nisaux.c Sun Feb 16 13:47:46 1992 *************** *** 1,7 **** /* ! * $Author: djh $ $Date: 1991/09/19 03:17:30 $ ! * $Header: /mac/src/cap60/etc/RCS/nisaux.c,v 2.4 1991/09/19 03:17:30 djh Rel djh $ ! * $Revision: 2.4 $ */ /* --- 1,7 ---- /* ! * $Author: djh $ $Date: 1992/02/16 02:47:05 $ ! * $Header: /mac/src/cap60/etc/RCS/nisaux.c,v 2.5 1992/02/16 02:47:05 djh Rel djh $ ! * $Revision: 2.5 $ */ /* *************** *** 131,136 **** --- 131,140 ---- { int i; + #ifdef PHASE2 + if (nve->zoneStr.s[0] == '*' && nve->zoneStr.s[1] == '\0') + strcpy((char *)nve->zoneStr.s, GetMyZone()); /* we kept our zone in table */ + #endif PHASE2 for (i=0; i < numnve; i++) { if (bcmp((caddr_t)nve, (caddr_t)&nbptable[i].ent, sizeof(EntityName)) == 0) break; /* found it */ *** README.orig Sun Feb 16 13:48:10 1992 --- README Sun Feb 16 13:48:48 1992 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 79, February 1992 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 80, February 1992 Introduction ------------