diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-09-22 13:12:36 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-09-22 13:12:36 +0400 |
commit | fb1f7723afe46d696ba62597909066fea42bfaec (patch) | |
tree | c8558ba2abe0899173b85d6724eadcbbb24c0b71 /accel-pppd/radius/radius_p.h | |
parent | 62e89248160d3592c2d754fcaa15e37586a5b091 (diff) | |
download | accel-ppp-fb1f7723afe46d696ba62597909066fea42bfaec.tar.gz accel-ppp-fb1f7723afe46d696ba62597909066fea42bfaec.zip |
fixed compilation warnings
Diffstat (limited to 'accel-pppd/radius/radius_p.h')
-rw-r--r-- | accel-pppd/radius/radius_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/radius/radius_p.h b/accel-pppd/radius/radius_p.h index cfb92cd..22124a2 100644 --- a/accel-pppd/radius/radius_p.h +++ b/accel-pppd/radius/radius_p.h @@ -73,7 +73,7 @@ struct rad_req_t { in_addr_t server_addr; - int server_port:16; + int server_port; int type:8; int try:6; int active:1; |