]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Replace htobe64 with htonll 51/1051/1
authorDavid M. Lee <dlee@respoke.io>
Sat, 8 Aug 2015 03:11:03 +0000 (22:11 -0500)
committerDavid M. Lee <dlee@digium.com>
Sat, 8 Aug 2015 04:40:48 +0000 (23:40 -0500)
commit26f0559a94519b735396ed4ce90e23c1d9d5b332
treee6568d2982d62c63eeb18ada28c3ffbf50446263
parentdf9ce3636695781be6ab2479f90766a56747dbd7
Replace htobe64 with htonll

We don't have a compatability function to fill in a missing htobe64; but
we already have one for the identical htonll.

Change-Id: Ic0a95db1c5b0041e14e6b127432fb533b97e4cac
res/res_http_websocket.c