[asterisk-commits] oej: branch oej/pinelonely-meetme-single-user-hangup-1.8 r335994 - /team/oej/...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 15 03:55:21 CDT 2011


Author: oej
Date: Thu Sep 15 03:55:20 2011
New Revision: 335994

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=335994
Log:
Red blobx fix pointed out in reviewboard by opticron. 

Thanks for the review!

Modified:
    team/oej/pinelonely-meetme-single-user-hangup-1.8/apps/app_meetme.c

Modified: team/oej/pinelonely-meetme-single-user-hangup-1.8/apps/app_meetme.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/pinelonely-meetme-single-user-hangup-1.8/apps/app_meetme.c?view=diff&rev=335994&r1=335993&r2=335994
==============================================================================
--- team/oej/pinelonely-meetme-single-user-hangup-1.8/apps/app_meetme.c (original)
+++ team/oej/pinelonely-meetme-single-user-hangup-1.8/apps/app_meetme.c Thu Sep 15 03:55:20 2011
@@ -3112,7 +3112,7 @@
 							      "Status: off\r\n",
 							     chan->name, chan->uniqueid, conf->confno, user->user_no);
 			}
-			
+
 			/* If user have been hung up, exit the conference */
 			if (user->adminflags & ADMINFLAG_HANGUP) {
 				ret = 0;
@@ -3799,7 +3799,7 @@
 		if (!conf->users) {
 			ast_devstate_changed(AST_DEVICE_NOT_INUSE, "meetme:%s", conf->confno);
 		}
- 
+
  		/* This flag is meant to kill a conference with only one participant remaining.  */
 		if (conf->users == 1 && ast_test_flag64(confflags, CONFFLAG_KILL_LAST_MAN_STANDING)) {
  			ao2_callback(conf->usercontainer, 0, user_set_hangup_cb, NULL);




More information about the asterisk-commits mailing list