pkgsrc-wip/nzbget/patches/patch-an

13 lines
271 B
Text

$NetBSD: patch-an,v 1.1 2006/06/10 17:18:26 martijnb Exp $
--- Connection.cpp.orig 2005-09-02 09:00:41.000000000 +0200
+++ Connection.cpp
@@ -219,7 +219,7 @@ int Connection::Accept()
int iRes = Bind();
if( iRes < 0 )
{
- return NULL;
+ return 0;
}
}