From 6ecf6677b05375da5001c4a20b4028b3075bd391 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 25 Nov 2010 19:06:39 -0800 Subject: [PATCH] fix element name --- lib/gssapi/mech/mech_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gssapi/mech/mech_locl.h b/lib/gssapi/mech/mech_locl.h index bd1f707ad..cb10c23c3 100644 --- a/lib/gssapi/mech/mech_locl.h +++ b/lib/gssapi/mech/mech_locl.h @@ -75,6 +75,6 @@ do { \ if (oid_set) { \ (oid_set)->elements = NULL; \ - (oid_set)->length = 0; \ + (oid_set)->count = 0; \ } \ } while(0)