[940] in testers
patch for "7.1B: attach prints spurious linefeed"
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri Jul 27 13:59:11 1990
Date: Fri, 27 Jul 90 13:58:42 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: testers@ATHENA.MIT.EDU
The patch modifies one line of code, and gets rid of the spurious
newline. I hope it can get into the release :-)
*** /tmp/,RCSt1001854 Fri Jul 27 13:57:49 1990
--- attach.c Fri Jul 27 13:57:31 1990
***************
*** 122,128 ****
return(afs_auth(atp->hesiodname, atp->hostdir));
}
#endif
! if (!print_path)
putchar('\n');
/* No error code set on already attached */
free_attachtab();
--- 122,128 ----
return(afs_auth(atp->hesiodname, atp->hostdir));
}
#endif
! if (verbose && !print_path)
putchar('\n');
/* No error code set on already attached */
free_attachtab();