[Asterisk-cvs] asterisk/apps app_meetme.c,1.54,1.55

markster at lists.digium.com markster at lists.digium.com
Mon Aug 2 09:24:14 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory localhost.localdomain:/tmp/cvs-serv31153/apps

Modified Files:
	app_meetme.c 
Log Message:
dynamic_pin can be NULL (bug #2202)


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- app_meetme.c	2 Aug 2004 02:58:15 -0000	1.54
+++ app_meetme.c	2 Aug 2004 13:10:15 -0000	1.55
@@ -1082,7 +1082,7 @@
 			}
 			ast_destroy(cfg);
 		}
-	} else {
+	} else if (dynamic_pin) {
 		/* Correct for the user selecting 'D' instead of 'd' to have
 		   someone join into a conference that has already been created
 		   with a pin. */




More information about the svn-commits mailing list