diff options
author | ajs <ajs> | 2006-09-26 15:30:43 +0000 |
---|---|---|
committer | ajs <ajs> | 2006-09-26 15:30:43 +0000 |
commit | 045c575e39d82e01157eeb830c4cedbfe2295af2 (patch) | |
tree | 5115484dc7021bfc06da34d680524731eb7804b1 /lib/if.c | |
parent | e78b3d0ff355a77933ca7524fe4ca88ad093e31a (diff) | |
download | quagga-045c575e39d82e01157eeb830c4cedbfe2295af2.tar.bz2 quagga-045c575e39d82e01157eeb830c4cedbfe2295af2.tar.xz |
[snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)
2006-09-26 Pierre-Yves Ritschard <pierre-yves@spootnik.org>
* smux.c: (smux_open,smux_trap,smux_register) Fix various
asn_build_* calls to pass the proper length in the final
argument: use sizeof(<variable>) instead of sizeof(<type>),
since there were several inconsistencies between the actual
variable type and the size that was passed. This should
fix some problems on 64-bit architectures where sizeof(int)
!= sizeof(long).
Diffstat (limited to 'lib/if.c')
0 files changed, 0 insertions, 0 deletions