From: Adam Dickmeiss Date: Tue, 19 Jan 2010 12:12:39 +0000 (+0100) Subject: WIN32: dont mess with peer address X-Git-Tag: v4.0.0~12^2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=1122ba757b75750168f0ee748748b3bdc20dcd8b;hp=1122ba757b75750168f0ee748748b3bdc20dcd8b;p=yaz-moved-to-github.git WIN32: dont mess with peer address For some reason we never got accept on Windows to return a peer address. This change just ensure we don't work with it (uninitialized variable addr). ---