diff options
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index 3d12a6013..8f69350f9 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -627,9 +627,9 @@ static enum nDPIsrvd_callback_return distributor_json_callback(struct nDPIsrvd_s goto callback_error; } - nDPIsrvd_ull pkt_id = 0ull; + nDPIsrvd_ull pkt_id = 0ULL; TOKEN_VALUE_TO_ULL(sock, packet_id, &pkt_id); - if (pkt_id == 0ull) + if (pkt_id == 0ULL) { logger(1, "%s", "Missing packet id"); goto callback_error; |