mirror of
				https://github.com/ergochat/ergo.git
				synced 2025-10-30 05:17:26 +01:00 
			
		
		
		
	fix #1059
This commit is contained in:
		
							parent
							
								
									4cadb7ad58
								
							
						
					
					
						commit
						97789cde7e
					
				| @ -1092,6 +1092,8 @@ func nsCertHandler(server *Server, client *Client, command string, params []stri | ||||
| 			target, certfp = params[0], params[1] | ||||
| 		} else if len(params) == 1 { | ||||
| 			certfp = params[0] | ||||
| 		} else if len(params) == 0 && verb == "add" && rb.session.certfp != "" { | ||||
| 			certfp = rb.session.certfp // #1059 | ||||
| 		} else { | ||||
| 			nsNotice(rb, client.t("Invalid parameters")) | ||||
| 			return | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Shivaram Lingamneni
						Shivaram Lingamneni