mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Minor formatting change ... testing mantis stuff to see if we're done
(issue #9790) (closes issue #9816) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1138,7 +1138,7 @@ static void aji_handle_message(struct aji_client *client, ikspak *pak)
|
||||
time(&insert->arrived);
|
||||
if (iks_find_cdata(pak->x, "body"))
|
||||
insert->message = ast_strdup(iks_find_cdata(pak->x, "body"));
|
||||
if(pak->id)
|
||||
if (pak->id)
|
||||
ast_copy_string(insert->id, pak->id, sizeof(insert->message));
|
||||
if (pak->from)
|
||||
insert->from = ast_strdup(pak->from->full);
|
||||
|
Reference in New Issue
Block a user