Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3862535 commit 63ae96eCopy full SHA for 63ae96e
1 file changed
Demo/rpc/mountclient.py
@@ -79,11 +79,11 @@ def addpackers(self):
79
80
# This function is called to gobble up a suitable
81
# authentication object for a call to procedure 'proc'.
82
- # (Experiments suggest that for Mnt/Unmnt, Unix authentication
+ # (Experiments suggest that for Mnt/Umnt, Unix authentication
83
# is necessary, while the other calls require no
84
# authentication.)
85
def mkcred(self, proc):
86
- if proc not in (1, 3, 4): # not Mnt/Unmnt/Unmntall
+ if proc not in (1, 3, 4): # not Mnt/Umnt/Umntall
87
return rpc.AUTH_NULL, ''
88
if self.cred == None:
89
self.cred = rpc.AUTH_UNIX, rpc.make_auth_unix_default()
0 commit comments