Skip to content

Commit

Permalink
TS-1475: fix clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PSUdaemon committed Jul 19, 2014
1 parent 7331d05 commit 37b6b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocore/net/UnixNet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ NetHandler::mainNetEvent(int event, Event *e)
(void) event;
(void) e;
EventIO *epd = NULL;
int poll_timeout = net_config_poll_timeout;
int poll_timeout;

NET_INCREMENT_DYN_STAT(net_handler_run_stat);

Expand Down

0 comments on commit 37b6b58

Please sign in to comment.