ftpserver.pl: Fixed compilation error
Unmatched right curly bracket at line 758, at end of line
This commit is contained in:
		@@ -752,7 +752,6 @@ sub EHLO_smtp {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    # Store the client (as it may contain the test number)
 | 
					    # Store the client (as it may contain the test number)
 | 
				
			||||||
    $smtp_client = $client;
 | 
					    $smtp_client = $client;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return 0;
 | 
					    return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user