- Fix typo
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1268 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
9aa6bf39cb
commit
3db676e922
|
@ -85,8 +85,8 @@ ResourcePoliciesGatekeeper::get_current_policy(History* history) throw(runtime_e
|
||||||
PolicyIterator policy = _active_policies.find(history);
|
PolicyIterator policy = _active_policies.find(history);
|
||||||
|
|
||||||
if (policy == _active_policies.end())
|
if (policy == _active_policies.end())
|
||||||
throw runtime_error(_("No active policy associated with this ")
|
throw runtime_error(_("No active policy associated with this "
|
||||||
_("history is available."));
|
"history is available."));
|
||||||
|
|
||||||
return *policy->second;
|
return *policy->second;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue