about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--092socket.mu3
1 files changed, 1 insertions, 2 deletions
diff --git a/092socket.mu b/092socket.mu
index 0a2bac1d..1e4f8c3c 100644
--- a/092socket.mu
+++ b/092socket.mu
@@ -27,8 +27,7 @@ def new-port-connection port:num, contents:text -> p:&:port-connection [
   local-scope
   load-ingredients
   p:&:port-connection <- new port-connection:type
-  *p <- put *p, port:offset, port
-  *p <- put *p, contents:offset, contents
+  *p <- merge port, contents
 ]
 
 def new-fake-network -> n:&:local-network [