mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Fix build in dev-mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1090,7 +1090,7 @@ static void spandsp_manager_fax_session(struct mansession *s,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ao2_lock(session);
|
ao2_lock(session);
|
||||||
res = ast_str_append(&message_string, 0, "SessionNumber: %d\r\n", session->id);
|
res = ast_str_append(&message_string, 0, "SessionNumber: %u\r\n", session->id);
|
||||||
res |= ast_str_append(&message_string, 0, "Operation: %s\r\n", ast_fax_session_operation_str(session));
|
res |= ast_str_append(&message_string, 0, "Operation: %s\r\n", ast_fax_session_operation_str(session));
|
||||||
res |= ast_str_append(&message_string, 0, "State: %s\r\n", ast_fax_state_to_str(session->state));
|
res |= ast_str_append(&message_string, 0, "State: %s\r\n", ast_fax_state_to_str(session->state));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user