[dovecot-cvs] dovecot/src/auth auth-request.c,1.95,1.96

tss at dovecot.org tss at dovecot.org
Wed May 9 19:45:50 EEST 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv3141

Modified Files:
	auth-request.c 
Log Message:
%c wasn't exported to auth worker processes. Patch by Andrey Panin



Index: auth-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- auth-request.c	31 Mar 2007 04:41:55 -0000	1.95
+++ auth-request.c	9 May 2007 16:45:47 -0000	1.96
@@ -133,6 +133,8 @@
 		str_append(str, "\trip=");
 		str_append(str, net_ip2addr(&request->remote_ip));
 	}
+	if (request->secured)
+		str_append(str, "\tsecured=1");
 }
 
 bool auth_request_import(struct auth_request *request,



More information about the dovecot-cvs mailing list