[dovecot-cvs] dovecot/src/auth auth-master-connection.c,1.16,1.17

cras at dovecot.org cras at dovecot.org
Wed Oct 20 20:49:05 EEST 2004


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

Modified Files:
	auth-master-connection.c 
Log Message:
Put SPID back, it's needed for standalone dovecot-auth.



Index: auth-master-connection.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-master-connection.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- auth-master-connection.c	20 Oct 2004 17:07:32 -0000	1.16
+++ auth-master-connection.c	20 Oct 2004 17:49:03 -0000	1.17
@@ -261,9 +261,9 @@
 void auth_master_connection_send_handshake(struct auth_master_connection *conn)
 {
 	if (conn->output != NULL) {
-		master_send(conn, "VERSION\t%u.%u\n",
+		master_send(conn, "VERSION\t%u.%u\nSPID\t%u\n",
 			    AUTH_MASTER_PROTOCOL_MAJOR_VERSION,
-                            AUTH_MASTER_PROTOCOL_MINOR_VERSION);
+                            AUTH_MASTER_PROTOCOL_MINOR_VERSION, conn->pid);
 	}
 }
 



More information about the dovecot-cvs mailing list