Przeglądaj źródła

tls: warning fix

- tls_h_nonblocking_write() commented out for now.
Andrei Pelinescu-Onciul 16 lat temu
rodzic
commit
d4fc2324bd
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      modules/tls/tls_server.c

+ 2 - 1
modules/tls/tls_server.c

@@ -800,6 +800,7 @@ again:
 
 
 
+#if 0  /* not used for now */
 /* nonblocking version */
 int tls_h_nonblocking_write(struct tcp_connection *c, int fd, const char *buf,
 			  unsigned int len)
@@ -852,7 +853,7 @@ error:
 end:
 	return n;
 }
-
+#endif
 
 
 /*