mirror of
				https://github.com/samba-team/samba.git
				synced 2025-11-04 00:23:49 +03:00 
			
		
		
		
	r12931: Remove some prefixes. We have:
Login failed: Login Failed: Logon failure - please try again In SWAT currently... Andrew Bartlett
This commit is contained in:
		
				
					committed by
					
						
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							5c5a2974c9
						
					
				
				
					commit
					51eded8180
				
			@@ -82,8 +82,7 @@ static int ejs_doauth(MprVarHandle eid,
 | 
			
		||||
 | 
			
		||||
	if (!NT_STATUS_IS_OK(nt_status)) {
 | 
			
		||||
		mprSetPropertyValue(auth, "report", 
 | 
			
		||||
				    mprString(talloc_asprintf(mprMemCtx(), "Login Failed: %s", 
 | 
			
		||||
							      get_friendly_nt_error_msg(nt_status))));
 | 
			
		||||
				    mprString(talloc_strdup(mprMemCtx(), get_friendly_nt_error_msg(nt_status))));
 | 
			
		||||
		mprSetPropertyValue(auth, "result", mprCreateBoolVar(False));
 | 
			
		||||
		goto done;
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user