]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Replace htobe64 with htonll 50/1050/1
authorDavid M. Lee <dlee@respoke.io>
Sat, 8 Aug 2015 03:11:03 +0000 (22:11 -0500)
committerDavid M. Lee <dlee@respoke.io>
Sat, 8 Aug 2015 03:11:03 +0000 (22:11 -0500)
commit06b464ab1b7c42e3c1b5b05463d5bc73c112dd76
treef500e4a498291f67f3ee0a481fad52d61a018ff5
parentc7a1dca4baec5c2edec16470b377761066021650
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