diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-09 03:18:23 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-09 03:18:23 +0000 |
commit | 160906b57de8d1f8f76e716e0691223f743e07eb (patch) | |
tree | b9944cafbf4a9740085facbe0dd6a50ba43bca0e /source/client/client.c | |
parent | 0742342ec496bec7246e067280737cd507465b50 (diff) | |
download | samba-160906b57de8d1f8f76e716e0691223f743e07eb.tar.gz samba-160906b57de8d1f8f76e716e0691223f743e07eb.tar.xz samba-160906b57de8d1f8f76e716e0691223f743e07eb.zip |
fixed typo
Diffstat (limited to 'source/client/client.c')
-rw-r--r-- | source/client/client.c | 2 |
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; |