]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Oct 2012 19:17:26 +0000 (14:17 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Oct 2012 19:17:26 +0000 (14:17 -0500)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 53a150e33b2cb49d7cc5bfb26f9d87a34f70cc3a..181bd24a0a397edf369fc54bed48f35a6f12fce8 100644 (file)
@@ -621,7 +621,7 @@ static int sofia_presence_dialog_callback(void *pArg, int argc, char **argv, cha
        if (argc >= 4) {
 
                if (argc == 5 && !zstr(argv[4])) {
-                       if (!switch_ivr_uuid_exists(argv[5])) {
+                       if (!switch_ivr_uuid_exists(argv[4])) {
                                return 0;
                        }
                }