diff src/auth/userinfo-passwd-file.c @ 805:5ac361acb316 HEAD

Marked all non-trivial buffer modifications with @UNSAFE tag. Several cleanups and a couple of minor bugfixes.
author Timo Sirainen <tss@iki.fi>
date Wed, 18 Dec 2002 17:15:41 +0200
parents 6efced4f80de
children 35abd7a5d381
line wrap: on
line diff
--- a/src/auth/userinfo-passwd-file.c	Wed Dec 18 12:40:43 2002 +0200
+++ b/src/auth/userinfo-passwd-file.c	Wed Dec 18 17:15:41 2002 +0200
@@ -312,7 +312,7 @@
 {
 	IStream *input;
 	char *const *args;
-	char *line;
+	const char *line;
 
 	input = i_stream_create_file(pw->fd, default_pool, 2048, FALSE);
 	for (;;) {