typo. Fixes #4912
This commit is contained in:
		
							parent
							
								
									cfd0b4835a
								
							
						
					
					
						commit
						9900698dc5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -359,7 +359,7 @@ class NonBlockingNonSASL(PlugIn):
 | 
				
			||||||
		''' Caches username, password and resource for auth. '''
 | 
							''' Caches username, password and resource for auth. '''
 | 
				
			||||||
		PlugIn.__init__(self)
 | 
							PlugIn.__init__(self)
 | 
				
			||||||
		self.user = user
 | 
							self.user = user
 | 
				
			||||||
		if self.password is None:
 | 
							if password is None:
 | 
				
			||||||
			self.password = ''
 | 
								self.password = ''
 | 
				
			||||||
		else:
 | 
							else:
 | 
				
			||||||
			self.password = password
 | 
								self.password = password
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue