Fix LWS_NO_SERVER build. 36/3136/1
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Fri, 22 Feb 2013 01:27:59 +0000 (09:27 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:38 +0000 (13:01 -0800)
commit2b3fe4ffcc14f41e4be6fd6d4abf9b6e72d54478
treed2570a9a75fb09bc662ad9c3dfae4bfd5ac0e30c
parent205416135b55a974e7fcbcacc1dc5ae988c8e593
Fix LWS_NO_SERVER build.

"int n" was used also when server parts are not compiled, so don't put it inside the LWS_NO_SERVER ifdef.
lib/libwebsockets.c