[398] in Moira

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

Moira client will core dump on Suns.

daemon@ATHENA.MIT.EDU (Jim Haynes)
Tue May 19 19:30:54 1992

From: haynes@cats.UCSC.EDU (Jim Haynes)
Date: Tue, 19 May 92 16:30:32 -0700
To: bug-moira@Athena.MIT.EDU


in attach.c, there is a recurrence of an old crock.
*** attach.c.bad	Tue May 19 16:23:01 1992
--- attach.c	Tue May 19 16:27:47 1992
***************
*** 458,464 ****
  {
  	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. */
--- 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. */

-------

I might add that 'naive' is misspelled as 'nieve' in quit a number of
the source files, if I were a nitpicker.

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