mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Fix substantial typo in pbx_config
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -995,7 +995,7 @@ static int handle_save_dialplan(int fd, int argc, char *argv[])
|
||||
context_header_written = 1;
|
||||
}
|
||||
|
||||
if (!ast_get_extension_priority(p)==PRIORITY_HINT)
|
||||
if (ast_get_extension_priority(p)!=PRIORITY_HINT)
|
||||
fprintf(output, "exten => %s,%d,%s,%s\n",
|
||||
ast_get_extension_name(p),
|
||||
ast_get_extension_priority(p),
|
||||
|
Reference in New Issue
Block a user