From 7b889244cc4afc6bf7fe1bb87dd49e83adccc33e Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 22 Jul 2010 08:25:25 +0000
Subject: [PATCH] IdP/SAML2: Avoid unset-variable warnings during IdP-initiated
 SSO.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2428 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/saml/lib/IdP/SAML2.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php
index ab77ba3f6..7592ecd46 100644
--- a/modules/saml/lib/IdP/SAML2.php
+++ b/modules/saml/lib/IdP/SAML2.php
@@ -171,6 +171,8 @@ class sspmod_saml_IdP_SAML2 {
 
 			$requestId = NULL;
 			$IDPList = array();
+			$ProxyCount = NULL;
+			$RequesterID = NULL;
 			$forceAuthn = FALSE;
 			$isPassive = FALSE;
 			$consumerURL = NULL;
-- 
GitLab