mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Whitespace (red blobs) fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@338042 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4503,7 +4503,6 @@ static void realtime_update_peer(const char *peername, struct ast_sockaddr *addr
|
|||||||
|
|
||||||
tablename = realtimeregs ? "sipregs" : "sippeers";
|
tablename = realtimeregs ? "sipregs" : "sippeers";
|
||||||
|
|
||||||
|
|
||||||
snprintf(str_lastms, sizeof(str_lastms), "%d", lastms);
|
snprintf(str_lastms, sizeof(str_lastms), "%d", lastms);
|
||||||
snprintf(regseconds, sizeof(regseconds), "%d", (int)nowtime); /* Expiration time */
|
snprintf(regseconds, sizeof(regseconds), "%d", (int)nowtime); /* Expiration time */
|
||||||
ast_copy_string(ipaddr, ast_sockaddr_stringify_addr(addr), sizeof(ipaddr));
|
ast_copy_string(ipaddr, ast_sockaddr_stringify_addr(addr), sizeof(ipaddr));
|
||||||
|
Reference in New Issue
Block a user