diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-02-09 11:04:59 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-02-09 11:04:59 +0000 |
| commit | 8221eca9c386cc14d4cc8e0c7d247a83b11aba18 (patch) | |
| tree | 45e06ff8749d037323fb08c1680f21d6b910d184 /appl/lib/dial.b | |
| parent | 3fdba36a4722583276b85e8868bbecde7d5e9af3 (diff) | |
20080209-1112
Diffstat (limited to 'appl/lib/dial.b')
| -rw-r--r-- | appl/lib/dial.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/dial.b b/appl/lib/dial.b index 42f9119b..0b9317dd 100644 --- a/appl/lib/dial.b +++ b/appl/lib/dial.b @@ -53,7 +53,7 @@ csdial(netdir: string, proto: string, rem: string, local: string): ref Connectio sys->seek(fd, big 0, 0); for(;;){ (clonefile, addr) := csread(fd); - if(clone == nil) + if(clonefile == nil) break; c := call(redir(clonefile, netdir), addr, local); if(c != nil) |
