dovecot-2.0: auth: Minor error message fix.

dovecot at dovecot.org dovecot at dovecot.org
Fri Nov 26 19:27:49 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/3abefa63b8e7
changeset: 12472:3abefa63b8e7
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Nov 26 17:27:44 2010 +0000
description:
auth: Minor error message fix.

diffstat:

 src/auth/main.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fee02c0565e7 -r 3abefa63b8e7 src/auth/main.c
--- a/src/auth/main.c	Thu Nov 25 17:44:02 2010 +0000
+++ b/src/auth/main.c	Fri Nov 26 17:27:44 2010 +0000
@@ -212,7 +212,7 @@
 		/* figure out if this is a server or network socket by
 		   checking the socket path name. */
 		if (net_getunixname(conn->listen_fd, &path) < 0)
-			i_fatal("getsockname(%d) failed: %m", conn->listen_fd);
+			i_fatal("getunixname(%d) failed: %m", conn->listen_fd);
 
 		name = strrchr(path, '/');
 		if (name == NULL)


More information about the dovecot-cvs mailing list