mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "res_sorcery_realtime.c: Fix unqualified fetch warning."
This commit is contained in:
@@ -208,8 +208,7 @@ static void sorcery_realtime_retrieve_multiple(const struct ast_sorcery *sorcery
|
||||
return;
|
||||
}
|
||||
if (config->fetch == UNQUALIFIED_FETCH_WARN) {
|
||||
ast_log(LOG_WARNING, "Unqualified fetch attempted on %s\n", config->family);
|
||||
return;
|
||||
ast_log(LOG_WARNING, "Unqualified fetch requested on %s\n", config->family);
|
||||
}
|
||||
|
||||
/* If no fields have been specified we want all rows, so trick realtime into doing it */
|
||||
|
Reference in New Issue
Block a user