mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 02:43:32 +00:00
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…
x
Reference in New Issue
Block a user