[2006] in Moira Commits

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

/svn/moira r4145 - trunk/moira/clients/moira

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Sep 24 20:21:02 2013

Date: Tue, 24 Sep 2013 20:20:53 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201309250020.r8P0KrAw017425@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-09-24 20:20:53 -0400 (Tue, 24 Sep 2013)
New Revision: 4145

Modified:
   trunk/moira/clients/moira/attach.c
Log:
fix update_filesys case

Modified: trunk/moira/clients/moira/attach.c
===================================================================
--- trunk/moira/clients/moira/attach.c	2013-09-23 13:23:01 UTC (rev 4144)
+++ trunk/moira/clients/moira/attach.c	2013-09-25 00:20:53 UTC (rev 4145)
@@ -462,10 +462,10 @@
 		  sprintf(temp_buf, "/afs/%s/%s/%s", info[FS_MACHINE],
 			  lowercase(info[FS_L_TYPE]), info[FS_NAME]);
 		}
+
+	      info[FS_PACK] = strdup(temp_buf);
 	    }
-
-	  info[FS_PACK] = strdup(temp_buf);
-
+	  
 	} 
       else if (!strcasecmp(info[FS_TYPE], "NFS"))
 	{


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