From eb133639dc524cd03f2dd2ba24cf48cd673642f5 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 1 Sep 2005 09:14:35 +0000 Subject: r9885: Fix code before declarations. (This used to be commit b7d982c94be05d357a4c3517afc60c7929fb4615) --- source4/lib/samba3/smbpasswd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/samba3') diff --git a/source4/lib/samba3/smbpasswd.c b/source4/lib/samba3/smbpasswd.c index baddb82545..483fbcfe05 100644 --- a/source4/lib/samba3/smbpasswd.c +++ b/source4/lib/samba3/smbpasswd.c @@ -213,9 +213,10 @@ NTSTATUS samba3_read_smbpasswd(const char *filename, TALLOC_CTX *ctx, struct sam { int numlines; char **lines; + int i; + *count = 0; *accounts = NULL; - int i; lines = file_lines_load(filename, &numlines, ctx); -- cgit