masqmail

diff src/masqmail.h @ 178:91f8ee6514f5

removed `remote_port' config option it was already deprecated for some time see NEWS at release 0.2.12 for details
author meillo@marmaro.de
date Wed, 14 Jul 2010 16:48:45 +0200
parents 5b621742b2e7
children dc89737b27aa
line diff
     1.1 --- a/src/masqmail.h	Wed Jul 14 16:35:17 2010 +0200
     1.2 +++ b/src/masqmail.h	Wed Jul 14 16:48:45 2010 +0200
     1.3 @@ -172,8 +172,6 @@
     1.4  	GList *local_nets;
     1.5  	GList *listen_addresses;
     1.6  
     1.7 -	guint remote_port;
     1.8 -
     1.9  	/* ANSI C defines unsigned long to be at least 32bit
    1.10  	   i.e. ca. 4GB max; that should be enough. */
    1.11  	gulong max_msg_size;