[446] in Moira

home help back first fref pref prev next nref lref last post

patch for .../athena.lib/moira/clients/moira/attach.c

daemon@ATHENA.MIT.EDU (Jim Haynes)
Wed Jul 29 20:29:27 1992

From: haynes@cats.UCSC.EDU (Jim Haynes)
Date: Wed, 29 Jul 92 17:29:48 -0700
To: bug-moira@Athena.MIT.EDU

to prevent core dumps on Sun.  I may have sent this in already.
*** /sysdev/source/athena/athena/athena.lib/moira/clients/moira/attach.c	Tue May 19 16:27:47 1992
--- attach.c	Fri May  1 13:20:21 1992
***************
*** 458,464 ****
  {
  	struct qelem *top;
  
! 	argv[1] = canonicalize_hostname(strsave(argv[1]));
  	top = GetFSInfo(MACHINE, argv[1]); /* get info. */
  	Loop(top, (void *) PrintFSInfo);
  	FreeQueue(top);		/* clean the queue. */
--- 461,467 ----
  {
      struct qelem *top;
  
!     argv[1] = canonicalize_hostname(argv[1]);
      top = GetFSInfo(MACHINE, argv[1]); /* get info. */
      Loop(top, (void *) PrintFSInfo);
      FreeQueue(top);		/* clean the queue. */

home help back first fref pref prev next nref lref last post