FS-11785 [mod_commands] tell scan-build that exten pointer is guaranteed not to be NULL
This commit is contained in:
parent
d77034a304
commit
3f46ce1da2
|
@ -5044,6 +5044,8 @@ SWITCH_STANDARD_API(originate_function)
|
|||
cid_name = argv[i++];
|
||||
cid_num = argv[i++];
|
||||
|
||||
switch_assert(exten);
|
||||
|
||||
if (!dp) {
|
||||
dp = "XML";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue