Remove [AP]F_* comment from netcslisten.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 20 Oct 2006 22:55:46 +0000 (22:55 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 20 Oct 2006 22:55:46 +0000 (22:55 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@700 959494ce-11ee-0310-bf91-de5d638817bd

daemon/net.c

index 4fee86c..640da3b 100644 (file)
@@ -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;