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 | 381b245d7966981aa57573863e3e89949e8c35a2 (patch) | |
tree | eb95f6a13a74f44f88108e1a4fc72d0762ff7636 /source3 | |
parent | 444a01d2657bd665f13f7db6f4d3254b72b42e37 (diff) | |
download | samba-381b245d7966981aa57573863e3e89949e8c35a2.tar.gz samba-381b245d7966981aa57573863e3e89949e8c35a2.tar.bz2 samba-381b245d7966981aa57573863e3e89949e8c35a2.zip |
fixed typo
(This used to be commit 160906b57de8d1f8f76e716e0691223f743e07eb)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |