diff options
author | Luke Howard <lukeh@padl.com> | 2011-11-14 16:59:55 +1100 |
---|---|---|
committer | Luke Howard <lukeh@padl.com> | 2011-11-14 16:59:55 +1100 |
commit | ac17a556bd50969c8157d50761449b702afa4af8 (patch) | |
tree | 61900a1a4746f20c2debae948322ea07330a2d44 /lib/radius/print.c | |
parent | d6e790ddd52c0aa09af6e515d79d3a676c01fdad (diff) |
port new RADIUS library to Windows
Conflicts:
lib/configure.ac
lib/include/radsec/radsec.h
lib/radius/client.h
Diffstat (limited to 'lib/radius/print.c')
-rw-r--r-- | lib/radius/print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/radius/print.c b/lib/radius/print.c index 28dd0a6..6fa06d7 100644 --- a/lib/radius/print.c +++ b/lib/radius/print.c @@ -164,6 +164,7 @@ size_t nr_vp_snprintf_value(char *buffer, size_t buflen, const VALUE_PAIR *vp) break; default: + len = 0; break; } |