commit | f7c43dcbbc44e2098728f9849d152d9b6df97a5d | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun Sep 26 16:24:14 2004 +0000 |
committer | hasso <hasso> | Sun Sep 26 16:24:14 2004 +0000 |
tree | b0a244f23dc7f1d9414d7a92316f7f83e3103c5b | |
parent | 1af8193311192ec1bd2a4d2769e0e9b90bc1609f [diff] [blame] |
Compiler warnings fixes.
diff --git a/isisd/isis_tlv.c b/isisd/isis_tlv.c index 70b3c17..c859ef0 100644 --- a/isisd/isis_tlv.c +++ b/isisd/isis_tlv.c
@@ -881,7 +881,7 @@ } int -tlv_add_authinfo (char auth_type, char auth_len, char *auth_value, +tlv_add_authinfo (char auth_type, char auth_len, u_char *auth_value, struct stream *stream) { u_char value[255];