Add option to make attributes internal only.
[shibboleth/sp.git] / shibsp / attribute / DOMAttributeDecoder.cpp
index 8501ebb..1549690 100644 (file)
@@ -144,7 +144,7 @@ Attribute* DOMAttributeDecoder::decode(
             log.warn("skipping AttributeValue without a backing DOM");\r
     }\r
 \r
-    return dest.integer() ? attr.release() : NULL;\r
+    return dest.integer() ? _decode(attr.release()) : NULL;\r
 }\r
 \r
 DDF DOMAttributeDecoder::convert(DOMElement* e, bool nameit) const\r