Fix call to WSAStringToAddress()
commit6b0baa2a8df3099d58ecae14a5d9f454d7c19252
authorAsanka Herath <asanka@secure-endpoints.com>
Thu, 3 Jun 2010 04:51:45 +0000 (3 00:51 -0400)
committerAsanka Herath <asanka@secure-endpoints.com>
Fri, 20 Aug 2010 17:03:40 +0000 (20 13:03 -0400)
tree166b1b2354b2001d48d1f82abea9cad1c831af1e
parent3a8922fe2dc3a36aaf8e9791bd96a53cad7ebfc5
Fix call to WSAStringToAddress()

String argument to WSAStringToAddress() is not const, while argument
to inet_pton() is.  Create a non-const string for the purpose of
calling WSAStringToAddress()
lib/roken/inet_pton.c