diff options
Diffstat (limited to 'sntp/networking.c')
| -rw-r--r-- | sntp/networking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sntp/networking.c b/sntp/networking.c index ddd45efe3cb5..6a176c57f4f4 100644 --- a/sntp/networking.c +++ b/sntp/networking.c @@ -136,7 +136,7 @@ process_pkt ( return PACKET_UNUSEABLE; } /* Note: pkt_len must be a multiple of 4 at this point! */ - packet_end = (u_int32*)((char*)rpkt + pkt_len); + packet_end = (void*)((char*)rpkt + pkt_len); exten_end = skip_efields(rpkt->exten, packet_end); if (NULL == exten_end) { msyslog(LOG_ERR, |
