fix compiler warning

This commit is contained in:
Rainer Gerhards 2016-06-03 16:10:12 +02:00
parent 1211959064
commit a9c8f31fb3

View File

@ -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;