From 87564f89a356401e3bc85a718ce3971a7d7e04ce Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 22 Aug 2016 22:27:58 -0400 Subject: [PATCH] Use unique_ptr not auto_ptr --- mech_eap/util_shib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mech_eap/util_shib.cpp b/mech_eap/util_shib.cpp index 7b62484..f919fc0 100644 --- a/mech_eap/util_shib.cpp +++ b/mech_eap/util_shib.cpp @@ -123,7 +123,7 @@ gss_eap_shib_attr_provider::initWithGssContext(const gss_eap_attr_ctx *manager, if (!gss_eap_attr_provider::initWithGssContext(manager, gssCred, gssCtx)) return false; - auto_ptr resolver(ShibbolethResolver::create()); + unique_ptr resolver(ShibbolethResolver::create()); /* * For now, leave ApplicationID defaulted. -- 2.1.4