From 381b245d7966981aa57573863e3e89949e8c35a2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 Sep 2001 03:18:23 +0000 Subject: fixed typo (This used to be commit 160906b57de8d1f8f76e716e0691223f743e07eb) --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index 6ae57cb211..5612fc64b8 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -140,7 +140,7 @@ static int readfile(char *b, int n, FILE *f) int i; int c; - if (!translation || (size != 1)) + if (!translation) return fread(b,1,n,f); i = 0; -- cgit