diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-06-14 07:58:04 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-14 07:58:04 -0700 |
commit | d1ecffeb8e4b02bc5d796872e61eebf84e598983 (patch) | |
tree | b995b4bd4c1cc4aaef25dbd1f63eb72cde7b748b /indra/llmessage | |
parent | d3418e5e65f7845f89b5ce2019bd635861573ed3 (diff) | |
parent | e96544ff266849207adfc3823adfc2dcfe42ce72 (diff) |
Merged from viewer-release
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llares.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llares.cpp b/indra/llmessage/llares.cpp index 00e77d20e9..78561b37aa 100644 --- a/indra/llmessage/llares.cpp +++ b/indra/llmessage/llares.cpp @@ -473,7 +473,7 @@ bool LLAres::process(U64 timeout) ll_init_apr(); } - int socks[ARES_GETSOCK_MAXNUM]; + ares_socket_t socks[ARES_GETSOCK_MAXNUM]; apr_pollfd_t aprFds[ARES_GETSOCK_MAXNUM]; apr_int32_t nsds = 0; int nactive = 0; |