diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-15 14:29:51 +0100 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-15 14:29:51 +0100 |
commit | a4fd3b60cc59751abd189687ac9c6fe9e4fd89a0 (patch) | |
tree | 124b759406bf077086af297c8169c2796e849954 /lib/smux.c | |
parent | 54009927e37889a5bd4d14f8cd8ab36e7227b648 (diff) | |
download | quagga-a4fd3b60cc59751abd189687ac9c6fe9e4fd89a0.tar.bz2 quagga-a4fd3b60cc59751abd189687ac9c6fe9e4fd89a0.tar.xz |
Fix compiling with --enable-snmp
Now compiles with --enable-snmp, but note that:
* setting timer values will not affect sessions which
have already been activated.
* the values for BGPPEERSTATE are not the same as before.
(Am looking into what this should be.)
* cannot (currently) stop sessions using SNMP.
Diffstat (limited to 'lib/smux.c')
-rw-r--r-- | lib/smux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -977,7 +977,7 @@ smux_open (int sock) ptr = asn_build_string (ptr, &len, (u_char) (ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_OCTET_STR), - progname, strlen (progname)); + progname, strlen ((void*)progname)); /* SMUX connection password. */ ptr = asn_build_string (ptr, &len, |