Changed mkcred interface

This commit is contained in:
Guido van Rossum 1992-12-20 14:57:51 +00:00
parent fd92ac89cc
commit b99457c35c
1 changed files with 1 additions and 1 deletions

View File

@ -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