[dovecot-cvs] dovecot/src/auth passdb-checkpassword.c,1.27,1.28
tss at dovecot.org
tss at dovecot.org
Sat Nov 18 14:06:36 UTC 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv25815/auth
Modified Files:
passdb-checkpassword.c
Log Message:
Added some noreturn attributes and fixed warnings caused by them.
Index: passdb-checkpassword.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/passdb-checkpassword.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- passdb-checkpassword.c 8 Nov 2006 20:22:08 -0000 1.27
+++ passdb-checkpassword.c 18 Nov 2006 14:06:34 -0000 1.28
@@ -197,7 +197,7 @@
}
}
-static void
+static void __attr_noreturn__
checkpassword_verify_plain_child(struct auth_request *request,
struct checkpassword_passdb_module *module,
int fd_in, int fd_out)
More information about the dovecot-cvs
mailing list