From 362678728b8232c9490e14ba14ff323d9a92d6be Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 27 Jun 2008 21:00:41 +0000 Subject: made gcc 4.3 a bit happier Signed-off-by: Michael Krelin --- (limited to 'lib/prequeue_rp.cc') diff --git a/lib/prequeue_rp.cc b/lib/prequeue_rp.cc index e499d08..886efae 100644 --- a/lib/prequeue_rp.cc +++ b/lib/prequeue_rp.cc @@ -42,9 +42,9 @@ namespace opkele { OP_verifier& operator++(int) { return *this; } }; - void prequeue_RP::verify_OP(const string& OP,const string& claimed_id,const string& id) const { + void prequeue_RP::verify_OP(const string& OP,const string& _claimed_id,const string& id) const { try { - discover(OP_verifier(OP,id),claimed_id); + discover(OP_verifier(OP,id),_claimed_id); throw id_res_unauthorized(OPKELE_CP_ "OP is not authorized to make an assertion regarding the identity"); }catch(__OP_verifier_good_input& ovgi) { -- cgit v0.9.0.2