-rw-r--r-- | lib/sreg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sreg.cc b/lib/sreg.cc index dd7ed12..03edf57 100644 --- a/lib/sreg.cc +++ b/lib/sreg.cc @@ -37,13 +37,13 @@ namespace opkele { } if(f->fieldbit&fields_optional) { if(!fo.empty()) fo+=","; fo += f->fieldname; } } - p["sreg.ns"] = OIURI_SREG11; + p["ns.sreg"] = OIURI_SREG11; if(!fr.empty()) p["sreg.required"]=fr; if(!fo.empty()) p["sreg.optional"]=fo; if(!policy_url.empty()) p["sreg.policy_url"]=policy_url; } void sreg_t::id_res_hook(const params_t& /* p */,const params_t& sp,const string& /* identity */) { |