summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-09 03:18:23 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-09 03:18:23 +0000
commit160906b57de8d1f8f76e716e0691223f743e07eb (patch)
treeb9944cafbf4a9740085facbe0dd6a50ba43bca0e /source
parent0742342ec496bec7246e067280737cd507465b50 (diff)
downloadsamba-160906b57de8d1f8f76e716e0691223f743e07eb.tar.gz
samba-160906b57de8d1f8f76e716e0691223f743e07eb.tar.xz
samba-160906b57de8d1f8f76e716e0691223f743e07eb.zip
fixed typo
Diffstat (limited to 'source')
-rw-r--r--source/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index 6ae57cb2111..5612fc64b87 100644
--- a/source/client/client.c
+++ b/source/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;