changeset 263:e9e73505ab2c

removed now obsolete exit_code
author markus schnalke <meillo@marmaro.de>
date Thu, 02 Dec 2010 17:13:03 -0300 (2010-12-02)
parents fc1c6425c024
children 1e5e457dea18
files src/masqmail.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/masqmail.c	Thu Dec 02 17:11:25 2010 -0300
+++ b/src/masqmail.c	Thu Dec 02 17:13:03 2010 -0300
@@ -399,7 +399,6 @@
 	gchar *M_cmd = NULL;
 	gboolean opt_t = FALSE;
 	gboolean opt_i = FALSE;
-	gint exit_code = 0;
 	gchar *conf_file = CONF_FILE;
 	gchar *route_name = NULL;
 	gchar *f_address = NULL;
@@ -694,5 +693,5 @@
 
 	logclose();
 
-	exit(exit_code);
+	exit(0);
 }