From 52c81fff0274c6bb54f6f9be414432ee6388e723 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 15 Dec 2007 15:04:01 +0000 Subject: fixed handling of openid:Delegate in discovery which was mistakenly added to the list of endpoint URIs instead of local ids. Signed-off-by: Michael Krelin --- (limited to 'lib/discovery.cc') diff --git a/lib/discovery.cc b/lib/discovery.cc index 1f23ff1..9503b5d 100644 --- a/lib/discovery.cc +++ b/lib/discovery.cc @@ -270,7 +270,7 @@ namespace opkele { }else if(is_qelement(n,NSURI_XRD "\tLocalID") || is_qelement(n,NSURI_OPENID10 "\tDelegate") ) { assert(xrd); assert(xrd_service); - cdata = &(xrd_service->uris.add(element_priority(a),string())); + cdata = &(xrd_service->local_ids.add(element_priority(a),string())); }else{ skipping = 1; } -- cgit v0.9.0.2