mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 00:20:42 +01:00
fix compiler warning
This commit is contained in:
parent
1211959064
commit
a9c8f31fb3
@ -1581,7 +1581,7 @@ startupServers(void)
|
||||
static inline rsRetVal
|
||||
lstnActivity(ptcplstn_t *pLstn)
|
||||
{
|
||||
int newSock;
|
||||
int newSock = -1;
|
||||
prop_t *peerName;
|
||||
prop_t *peerIP;
|
||||
rsRetVal localRet;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user