From 03157ad2395a6d664306648d06e03e26e7c5d33d Mon Sep 17 00:00:00 2001 From: jchu Date: Fri, 3 Sep 2004 20:18:54 +0000 Subject: added authentication to tupkgs and updated info in tupkg --- tupkg/client/tupkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tupkg/client') diff --git a/tupkg/client/tupkg b/tupkg/client/tupkg index 14eb1c0..125288a 100755 --- a/tupkg/client/tupkg +++ b/tupkg/client/tupkg @@ -130,11 +130,12 @@ def main(argv=None): usage() return 1 - cs = ClientSocket(files, 'localhost', 1034, "bfinch@example.net", "B0b") + cs = ClientSocket(files, 'localhost', 1034, "tu", "tu") cs.connect() if not cs.auth(): print "Error authenticating you, you bastard" + return 1 cs.sendFileMeta() -- cgit v1.2.3-70-g09d2