[Ocfs2-tools-commits] zab commits r469 - trunk/debugfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 9 13:44:32 CST 2004


Author: zab
Date: 2004-12-09 13:44:30 -0600 (Thu, 09 Dec 2004)
New Revision: 469

Modified:
   trunk/debugfs.ocfs2/main.c
Log:
o call initialize_ocfs_error_table() on startup for com_err()


Modified: trunk/debugfs.ocfs2/main.c
===================================================================
--- trunk/debugfs.ocfs2/main.c	2004-12-08 21:15:13 UTC (rev 468)
+++ trunk/debugfs.ocfs2/main.c	2004-12-09 19:44:30 UTC (rev 469)
@@ -85,6 +85,8 @@
 	char *arg;
 	gboolean seen_device = FALSE;
 
+	initialize_ocfs_error_table();
+
 #define INSTALL_SIGNAL(sig)					\
 	do {							\
 		if (signal(sig, handle_signal) == SIG_ERR) {	\



More information about the Ocfs2-tools-commits mailing list