[dovecot-cvs] dovecot/src/util dovecotpw.c,1.6,1.7

tss at dovecot.org tss at dovecot.org
Thu Dec 21 21:25:28 UTC 2006


Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv14800

Modified Files:
	dovecotpw.c 
Log Message:
argv[] isn't unused.



Index: dovecotpw.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/dovecotpw.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dovecotpw.c	21 Dec 2006 21:22:17 -0000	1.6
+++ dovecotpw.c	21 Dec 2006 21:25:25 -0000	1.7
@@ -32,7 +32,7 @@
 	exit(1);
 }
 
-int main(int argc, char *argv[] __attr_unused__)
+int main(int argc, char *argv[])
 {
 	const char *hash = NULL;
 	const char *user = NULL;



More information about the dovecot-cvs mailing list