From ccabea66fe29ae41458d47d7004d28e225caf41a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 09 Aug 2007 11:31:28 +0000 Subject: fix to previous commit --- (limited to 'lib') diff --git a/lib/consumer.cc b/lib/consumer.cc index af309c1..8f66688 100644 --- a/lib/consumer.cc +++ b/lib/consumer.cc @@ -144,8 +144,6 @@ namespace opkele { p["return_to"] = return_to; try { string ah = find_assoc(server)->handle(); - if(ah->is_expired()) /* TODO: or should I throw some other exception to force programmer fix his implementation? */ - throw failed_lookup(OPKELE_CP_ "find_assoc() has returned expired handle"); p["assoc_handle"] = ah; }catch(failed_lookup& fl) { string ah = associate(server)->handle(); -- cgit v0.9.0.2