[comp.protocols.appletalk] Another bug in CAP5.0 when using Sun 386i machines.

kovar%husc4@HARVARD.HARVARD.EDU (David Kovar) (09/20/88)

  lwpr dies with a segmentation violation when it checks to see if LWNAME
is NULL. LWNAME is declared as "char *LWNAME". Works fine on all other
machines I've used but it needs to be "char *LWNAME = NULL" on my Sun 386i
running OS4.0. I'm fairly certain that this bug will crop up in other
places in the code but classes just started and I've not had time to track
them down.

-David Kovar