diff options
| -rw-r--r-- | appl/lib/dial.b | 2 | ||||
| -rw-r--r-- | dis/lib/dial.dis | bin | 5675 -> 5515 bytes | |||
| -rw-r--r-- | include/version.h | 2 |
3 files changed, 2 insertions, 2 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) diff --git a/dis/lib/dial.dis b/dis/lib/dial.dis Binary files differindex d532bc67..d72b8e4a 100644 --- a/dis/lib/dial.dis +++ b/dis/lib/dial.dis diff --git a/include/version.h b/include/version.h index 48813421..9401ef14 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20080204)" +#define VERSION "Fourth Edition (20080209)" |
