mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
fixed tuntap endianess
This commit is contained in:
@@ -350,7 +350,7 @@ void uwsgi_tuntap_peer_send_rules(int fd, struct uwsgi_tuntap_peer *peer) {
|
||||
exit(1);
|
||||
}
|
||||
*colon = ':';
|
||||
utpr.target = ntohl(utpr.target);
|
||||
utpr.target = utpr.target;
|
||||
utpr.target_port = htons(atoi(colon+1));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user