Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63ae96e

Browse files
committed
Fix spelling of Umnt.
1 parent 3862535 commit 63ae96e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Demo/rpc/mountclient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ def addpackers(self):
7979

8080
# This function is called to gobble up a suitable
8181
# authentication object for a call to procedure 'proc'.
82-
# (Experiments suggest that for Mnt/Unmnt, Unix authentication
82+
# (Experiments suggest that for Mnt/Umnt, Unix authentication
8383
# is necessary, while the other calls require no
8484
# authentication.)
8585
def mkcred(self, proc):
86-
if proc not in (1, 3, 4): # not Mnt/Unmnt/Unmntall
86+
if proc not in (1, 3, 4): # not Mnt/Umnt/Umntall
8787
return rpc.AUTH_NULL, ''
8888
if self.cred == None:
8989
self.cred = rpc.AUTH_UNIX, rpc.make_auth_unix_default()

0 commit comments

Comments
 (0)