summaryrefslogtreecommitdiff
path: root/lib/libgssapi
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2010-01-30 12:11:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2010-01-30 12:11:21 +0000
commite2b36efde5fd60df4195a726045f06e2feb6de5e (patch)
tree0428caa194477848d7ded485aef89b371b9ecf37 /lib/libgssapi
parent6d41eae028e76358093cf450b69369ef0b9f973f (diff)
MFC r201145 to stable/8:
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. Fix some wrong usages. Note: this does not affect generated binaries as this argument is not used. PR: 137213 Submitted by: Eygene Ryabinkin (initial version)
Notes
svn path=/stable/8/; revision=203184
Diffstat (limited to 'lib/libgssapi')
-rw-r--r--lib/libgssapi/gss_mech_switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgssapi/gss_mech_switch.c b/lib/libgssapi/gss_mech_switch.c
index feb88f1a68c8..d07db8865d3f 100644
--- a/lib/libgssapi/gss_mech_switch.c
+++ b/lib/libgssapi/gss_mech_switch.c
@@ -42,7 +42,7 @@
#endif
struct _gss_mech_switch_list _gss_mechs =
- SLIST_HEAD_INITIALIZER(&_gss_mechs);
+ SLIST_HEAD_INITIALIZER(_gss_mechs);
gss_OID_set _gss_mech_oids;
/*