From 6d2806a47f8a1649e28b17e59b7063c12c63efd5 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 19 Mar 2010 07:38:35 +0000
Subject: [PATCH] Support logging in to my BBS as *anybody*

---
 src/ZuulTerm/chrome/content/RLogin.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ZuulTerm/chrome/content/RLogin.js b/src/ZuulTerm/chrome/content/RLogin.js
index 857e1c5dbf..72b41460dd 100644
--- a/src/ZuulTerm/chrome/content/RLogin.js
+++ b/src/ZuulTerm/chrome/content/RLogin.js
@@ -26,7 +26,7 @@ function RLoginConnection(address, port, recvfunc)
 
 	this.sock=new Socket();
 	this.sock.connect(address,port);
-	this.write("\x00admin\x00deuce\x00ZuulTerm/115200\x00");
+	this.write("\x00\x00\x00ZuulTerm/115200\x00");
 	if(this.sock.read(1,1,10000)!='\x00')
 		alert("No RLogin ack!");
 	this.sock.asyncRead(this);
-- 
GitLab