summaryrefslogtreecommitdiffstats
path: root/Demo/rpc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-20 14:57:51 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-20 14:57:51 (GMT)
commitb99457c35c06dab73a3d62b2310958ccc970328b (patch)
treeb77833901c4ac401ec894da44598f46c852891bd /Demo/rpc
parentfd92ac89cc75fe49f364e6b09d73e613eb66e905 (diff)
downloadcpython-b99457c35c06dab73a3d62b2310958ccc970328b.zip
cpython-b99457c35c06dab73a3d62b2310958ccc970328b.tar.gz
cpython-b99457c35c06dab73a3d62b2310958ccc970328b.tar.bz2
Changed mkcred interface
Diffstat (limited to 'Demo/rpc')
-rw-r--r--Demo/rpc/nfsclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/rpc/nfsclient.py b/Demo/rpc/nfsclient.py
index eb26d24..4b6bc53 100644
--- a/Demo/rpc/nfsclient.py
+++ b/Demo/rpc/nfsclient.py
@@ -128,7 +128,7 @@ class NFSClient(UDPClient):
self.packer = NFSPacker().init()
self.unpacker = NFSUnpacker().init('')
- def mkcred(self, proc):
+ def mkcred(self):
if self.cred == None:
self.cred = rpc.AUTH_UNIX, rpc.make_auth_unix_default()
return self.cred