summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-02-09 11:04:59 +0000
committerCharles.Forsyth <devnull@localhost>2008-02-09 11:04:59 +0000
commit8221eca9c386cc14d4cc8e0c7d247a83b11aba18 (patch)
tree45e06ff8749d037323fb08c1680f21d6b910d184
parent3fdba36a4722583276b85e8868bbecde7d5e9af3 (diff)
20080209-1112
-rw-r--r--appl/lib/dial.b2
-rw-r--r--dis/lib/dial.disbin5675 -> 5515 bytes
-rw-r--r--include/version.h2
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
index d532bc67..d72b8e4a 100644
--- a/dis/lib/dial.dis
+++ b/dis/lib/dial.dis
Binary files differ
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)"