Re: [zeromq-dev] [PATCH] [corrected] Added missing close method on socket_t

2011-03-12 Thread Martin Sustrik
Hi Guido, > Added missing close method w/ check if socket is already closed. Ok. Applied to master. Btw, the next time use your real name for signing off the patches instead of the nick. Also, for consistency's sake, it would be nice to have close function on context_t as well. Thanks! Marti

Re: [zeromq-dev] [PATCH] [corrected] Added missing close method on socket_t

2011-03-11 Thread Pieter Hintjens
On Fri, Mar 11, 2011 at 12:29 PM, Guido Goldstein wrote: > Please use this patch instead! OK, the correct patch has been applied to 2-0 and 2-1. Thanks for this, Guido! -Pieter ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zero

Re: [zeromq-dev] [PATCH] [corrected] Added missing close method on socket_t

2011-03-11 Thread Guido Goldstein
All wrong! Please use this patch instead! Cheers Guido >From 2a7b563cd80660875e3b3542df833d01f6093020 Mon Sep 17 00:00:00 2001 From: guidog Date: Fri, 11 Mar 2011 12:20:36 +0100 Subject: [PATCH] Added missing close method w/ check if socket is already closed. Signed-off-by: guidog --- inc