sq SO_INCOMING_CPU
authorStefan Metzmacher <metze@samba.org>
Tue, 29 Sep 2020 22:45:42 +0000 (00:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Sep 2020 22:45:42 +0000 (00:45 +0200)
source3/smbd/process.c

index bd7144151645ca0ab8c8d1d73d660163472f7514..006f459e09cfd8111b3b9d78ed4ed2e6b264ac5d 100644 (file)
@@ -3953,6 +3953,7 @@ NTSTATUS smbd_add_connection(struct smbXsrv_client *client, int sock_fd,
        DLIST_ADD_END(client->connections, xconn);
        talloc_steal(client, xconn);
 
+#if 0
        if (0) {
 #if 0
                getsockopt(
@@ -3971,6 +3972,7 @@ NTSTATUS smbd_add_connection(struct smbXsrv_client *client, int sock_fd,
                   tsocket_address_string(remote_address, talloc_tos()),
                   tsocket_address_string(local_address, talloc_tos()));
        }
+#endif
 
        *_xconn = xconn;
        TALLOC_FREE(frame);