[Freeswitch-svn] [commit] r13718 - freeswitch/trunk/src/mod/applications/mod_nibblebill

FreeSWITCH SVN mrene at freeswitch.org
Tue Jun 9 06:50:11 PDT 2009


Author: mrene
Date: Tue Jun  9 08:50:11 2009
New Revision: 13718

Log:
mod_nibblebill: move return statement inside odbc ifdef

Modified:
   freeswitch/trunk/src/mod/applications/mod_nibblebill/mod_nibblebill.c

Modified: freeswitch/trunk/src/mod/applications/mod_nibblebill/mod_nibblebill.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_nibblebill/mod_nibblebill.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_nibblebill/mod_nibblebill.c	Tue Jun  9 08:50:11 2009
@@ -363,9 +363,9 @@
 
 		switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,  "Retrieved current balance for account %s (balance = %f)\n", billaccount, balance);
 	}
-
-#endif
+	
 	return balance;
+#endif
 }
 
 /* This is where we actually charge the guy 



More information about the Freeswitch-svn mailing list