From 903f7b8108cdb9d1340267f456f23815ead5e807 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 25 Jun 2008 21:34:15 +0000 Subject: make compiler a bit happier Signed-off-by: Michael Krelin --- (limited to 'lib') diff --git a/lib/prequeue_rp.cc b/lib/prequeue_rp.cc index ed1ddfe..e499d08 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& identity) const { + void prequeue_RP::verify_OP(const string& OP,const string& claimed_id,const string& id) const { try { - discover(OP_verifier(OP,identity),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