]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4650 please try to use an up to date gcc when doing new dev to catch build errs...
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 5 Oct 2012 18:46:57 +0000 (13:46 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 5 Oct 2012 18:46:57 +0000 (13:46 -0500)
src/mod/applications/mod_commands/mod_commands.c

index f3fad29e43232d21f91fa8cbdd0e125224036b64..5923860507ce29f97b016c755dbb1d834bdca04d 100644 (file)
@@ -285,7 +285,7 @@ SWITCH_STANDARD_API(list_users_function)
        int32_t arg = 0;
        switch_xml_t xml_root, x_domains, x_domain_tag;
        switch_xml_t gts, gt, uts, ut;
-       char *_user = NULL, *_domain = NULL, *_search_context = NULL, *_group = NULL;
+       char *_user = NULL, *_domain = NULL, *_group = NULL;
 
 
        if ((pdata = strdup(cmd))) {
@@ -303,9 +303,7 @@ SWITCH_STANDARD_API(list_users_function)
                        if (!strcasecmp(argv[arg], "domain")) {
                                _domain = argv[arg + 1];
                        }
-                       if (!strcasecmp(argv[arg], "context")) {
-                               _search_context = argv[arg + 1];
-                       }
+
                        if (!strcasecmp(argv[arg], "group")) {
                                _group = argv[arg + 1];
                        }