[dovecot-cvs] dovecot/src/lib network.c,1.9,1.10

cras at procontrol.fi cras at procontrol.fi
Wed Nov 20 18:59:12 EET 2002


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv30546

Modified Files:
	network.c 
Log Message:
typofix



Index: network.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/network.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- network.c	13 Oct 2002 23:49:11 -0000	1.9
+++ network.c	20 Nov 2002 16:59:10 -0000	1.10
@@ -221,7 +221,7 @@
 {
 #ifdef HAVE_FCNTL
 	if (fcntl(fd, F_SETFL, nonblock ? O_NONBLOCK : 0) < 0)
-		i_fatal("net_send_nonblock() failed: %m");
+		i_fatal("net_set_nonblock() failed: %m");
 #endif
 }
 




More information about the dovecot-cvs mailing list