Bugzilla – Bug 152089
scotty-2.1.11-620: local variable used before set
Last modified: 2006-02-20 17:47:00 UTC
I just tried to compile package scotty-2.1.11-620 with the Intel C compiler. It said ./../tnm/generic/tnmHttp.c(1164): warning #592: variable "sockaddr" is used before its value is set The source code is rc = HttpEvalCallback(interp, bindPtr->command, inet_ntoa(sockaddr.sin_addr), path); Suggest initialise local variable "sockaddr" before first use.
Fixed for 10.1.
.