[2819] in Release_Engineering
fs mis behavior
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Fri May 8 13:21:25 1992
From: epeisach@Athena.MIT.EDU
Date: Fri, 8 May 92 13:21:16 -0400
To: probe@Athena.MIT.EDU
Cc: rel-eng@Athena.MIT.EDU
In SetCellCmd
Old:
for(ti=as->parms[0].items; ti; ti=ti->next) {
/* once per cell */
strcpy(args.cname, ti->data);
New:
for(ti=as->parms[0].items; ti; ti=ti->next) {
/* once per cell */
strcpy(args.cname, GetCellName(ti->data));
I tried looking at GetCellName, but it calls such things as
afsconf_Open and
afsconf_GetCellInfo