[Asterisk-cvs] asterisk app.c,1.77,1.78

russell russell
Wed Oct 26 11:09:33 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16609

Modified Files:
	app.c 
Log Message:
fix misplaced } (issue #5518)


Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- app.c	24 Oct 2005 20:12:04 -0000	1.77
+++ app.c	26 Oct 2005 15:02:23 -0000	1.78
@@ -694,7 +694,6 @@
 					ast_frfree(f);
 					break;
 				}
-			}
 				if (f->subclass == '0') {
 				/* Check for a '0' during message recording also, in case caller wants operator */
 					if (option_verbose > 2)
@@ -704,6 +703,7 @@
 					ast_frfree(f);
 					break;
 				}
+			}
 			if (maxtime) {
 				time(&end);
 				if (maxtime < (end - start)) {




More information about the svn-commits mailing list