mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
Correct some whitespace and a reference debug message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@322284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7411,7 +7411,7 @@ struct sip_pvt *sip_alloc(ast_string_field callid, struct ast_sockaddr *addr,
|
||||
p->peercaps = ast_format_cap_destroy(p->peercaps);
|
||||
p->redircaps = ast_format_cap_destroy(p->redircaps);
|
||||
p->prefcaps = ast_format_cap_destroy(p->prefcaps);
|
||||
ao2_t_ref(p, -1, "Yuck, couldn't allocate cc_params struct. Get rid o' p");
|
||||
ao2_t_ref(p, -1, "Yuck, couldn't allocate format capabilities. Get rid o' p");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user