|
@@ -973,8 +973,7 @@ int hepv3_get_chunk(struct sip_msg *msg, char *buf, unsigned int len, int req_ch
|
|
|
goto done;
|
|
|
case 9:
|
|
|
hg->time_sec = (hep_chunk_uint32_t *) (tmp);
|
|
|
- hg->time_sec->data = ntohl(hg->time_sec->data);
|
|
|
- ret = pv_get_uintval(msg, param, res, hg->time_sec->data);
|
|
|
+ ret = pv_get_uintval(msg, param, res, ntohl(hg->time_sec->data));
|
|
|
goto done;
|
|
|
|
|
|
case 10:
|