diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c index c3333831b9..ab76c31353 100644 --- a/res/res_config_odbc.c +++ b/res/res_config_odbc.c @@ -305,7 +305,7 @@ static struct ast_variable *realtime_odbc(const char *database, const char *tabl } else { while (stringp) { chunk = strsep(&stringp, ";"); - if (!strcmp(chunk, " ") || !ast_strlen_zero(ast_strip(chunk))) { + if (!ast_strlen_zero(ast_strip(chunk))) { if (strchr(chunk, '^')) { decode_chunk(chunk); }