mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
issue #5648
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7011 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -496,7 +496,7 @@ static int __build_step(const char *what, const char *name, const char *filename
|
||||
data = c;
|
||||
data = ast_skip_blanks(data);
|
||||
}
|
||||
if (!data || ast_strlen_zero(data))
|
||||
if (ast_strlen_zero(data))
|
||||
return 0;
|
||||
if (matches_keyword(data, "switch")) {
|
||||
fillin = NULL;
|
||||
|
Reference in New Issue
Block a user