hal/tools fstab-sync.c,1.27,1.28

David Zeuthen david at freedesktop.org
Mon Dec 13 18:57:50 PST 2004


Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv31002/tools

Modified Files:
	fstab-sync.c 
Log Message:
2004-12-13  David Zeuthen  <davidz at redhat.com>

	Merged all changes from the stable branch so HEAD is on par.



Index: fstab-sync.c
===================================================================
RCS file: /cvs/hal/hal/tools/fstab-sync.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- fstab-sync.c	21 Oct 2004 21:27:44 -0000	1.27
+++ fstab-sync.c	14 Dec 2004 02:57:48 -0000	1.28
@@ -1506,7 +1506,7 @@
 
 static boolean fs_table_line_is_mounted (FSTableLine *line)
 {
-  FILE *f;
+  FILE *f = NULL;
   boolean is_mounted = FALSE;
   struct mntent *m;
 




More information about the hal-commit mailing list