FS-4650 please try to use an up to date gcc when doing new dev to catch build errs. This is what I get for the one time I did not compile test
This commit is contained in:
parent
4dd1591945
commit
57e9912f8b
|
@ -285,7 +285,7 @@ SWITCH_STANDARD_API(list_users_function)
|
||||||
int32_t arg = 0;
|
int32_t arg = 0;
|
||||||
switch_xml_t xml_root, x_domains, x_domain_tag;
|
switch_xml_t xml_root, x_domains, x_domain_tag;
|
||||||
switch_xml_t gts, gt, uts, ut;
|
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))) {
|
if ((pdata = strdup(cmd))) {
|
||||||
|
@ -303,9 +303,7 @@ SWITCH_STANDARD_API(list_users_function)
|
||||||
if (!strcasecmp(argv[arg], "domain")) {
|
if (!strcasecmp(argv[arg], "domain")) {
|
||||||
_domain = argv[arg + 1];
|
_domain = argv[arg + 1];
|
||||||
}
|
}
|
||||||
if (!strcasecmp(argv[arg], "context")) {
|
|
||||||
_search_context = argv[arg + 1];
|
|
||||||
}
|
|
||||||
if (!strcasecmp(argv[arg], "group")) {
|
if (!strcasecmp(argv[arg], "group")) {
|
||||||
_group = argv[arg + 1];
|
_group = argv[arg + 1];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue