FS-11785 [mod_commands] tell scan-build that exten pointer is guaranteed not to be NULL

This commit is contained in:
Chris Rienzo 2019-04-15 16:45:44 -04:00 committed by Andrey Volk
parent d77034a304
commit 3f46ce1da2
1 changed files with 2 additions and 0 deletions

View File

@ -5044,6 +5044,8 @@ SWITCH_STANDARD_API(originate_function)
cid_name = argv[i++];
cid_num = argv[i++];
switch_assert(exten);
if (!dp) {
dp = "XML";
}