]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Revert part of the previous commit that snuck in.
authorSean Bright <sean@malleable.com>
Fri, 28 Jan 2011 22:38:05 +0000 (22:38 +0000)
committerSean Bright <sean@malleable.com>
Fri, 28 Jan 2011 22:38:05 +0000 (22:38 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@304682 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 963b729f23bc138d7fc4b469443ad976f731abc6..10f73b5e5e3f5e3b93b1cf69bd94592e8e909e7d 100644 (file)
@@ -3438,8 +3438,6 @@ bailoutandtrynormal:
                snprintf(meetmesecs, sizeof(meetmesecs), "%d", (int) (time(NULL) - user->jointime));
                pbx_builtin_setvar_helper(chan, "MEETMESECS", meetmesecs);
 
-               /* ao2_ref(user, -1); */
-
                /* Return the RealTime bookid for CDR linking */
                if (rt_schedule) {
                        pbx_builtin_setvar_helper(chan, "MEETMEBOOKID", conf->bookid);