From 27991d8b6d1fdbe35e21b86c2eb64117c9eb7260 Mon Sep 17 00:00:00 2001 From: fredrik Date: Fri, 20 Oct 2006 22:55:46 +0000 Subject: [PATCH] Remove [AP]F_* comment from netcslisten. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@700 959494ce-11ee-0310-bf91-de5d638817bd --- daemon/net.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/daemon/net.c b/daemon/net.c index 4fee86c..640da3b 100644 --- a/daemon/net.c +++ b/daemon/net.c @@ -592,12 +592,6 @@ struct socket *netcslisten(int type, struct sockaddr *name, socklen_t namelen, v errno = EOPNOTSUPP; return(NULL); } - /* I don't know if this is actually correct (it probably isn't), - * but since, at on least Linux systems, PF_* are specifically - * #define'd to their AF_* counterparts, it allows for a severely - * smoother implementation. If it breaks something on your - * platform, please tell me so. - */ if(confgetint("net", "mode") == 0) return(netcslistenlocal(type, name, namelen, func, data)); errno = EOPNOTSUPP; -- 2.11.0