mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fix spelling of Umnt.
This commit is contained in:
		
							parent
							
								
									38625352bb
								
							
						
					
					
						commit
						63ae96e3d7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -79,11 +79,11 @@ def addpackers(self): | |||
| 
 | ||||
| 	# This function is called to gobble up a suitable | ||||
| 	# authentication object for a call to procedure 'proc'. | ||||
| 	# (Experiments suggest that for Mnt/Unmnt, Unix authentication | ||||
| 	# (Experiments suggest that for Mnt/Umnt, Unix authentication | ||||
| 	# is necessary, while the other calls require no | ||||
| 	# authentication.) | ||||
| 	def mkcred(self, proc): | ||||
| 		if proc not in (1, 3, 4): # not Mnt/Unmnt/Unmntall | ||||
| 		if proc not in (1, 3, 4): # not Mnt/Umnt/Umntall | ||||
| 			return rpc.AUTH_NULL, '' | ||||
| 		if self.cred == None: | ||||
| 			self.cred = rpc.AUTH_UNIX, rpc.make_auth_unix_default() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum