[dovecot-cvs] dovecot/src/auth auth-request.c,1.58.2.32,1.58.2.33
tss at dovecot.org
tss at dovecot.org
Wed May 9 19:45:47 EEST 2007
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv3150
Modified Files:
Tag: branch_1_0
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.58.2.32
retrieving revision 1.58.2.33
diff -u -d -r1.58.2.32 -r1.58.2.33
--- auth-request.c 25 Mar 2007 18:31:33 -0000 1.58.2.32
+++ auth-request.c 9 May 2007 16:45:45 -0000 1.58.2.33
@@ -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