Remove debug_lvl
This commit is contained in:
		
							parent
							
								
									e3c51b61ca
								
							
						
					
					
						commit
						131327a729
					
				
					 2 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -19,7 +19,7 @@
 | 
				
			||||||
    along with this program; if not, write to the Free Software
 | 
					    along with this program; if not, write to the Free Software
 | 
				
			||||||
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 | 
					    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $Id: conf.c,v 1.11 2002/04/09 15:26:00 zarq Exp $
 | 
					    $Id: conf.c,v 1.12 2002/04/13 10:04:14 zarq Exp $
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config.h"
 | 
					#include "config.h"
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
avl_tree_t *config_tree;
 | 
					avl_tree_t *config_tree;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int debug_lvl = 0;
 | 
					 | 
				
			||||||
int pingtimeout = 0;             /* seconds before timeout */
 | 
					int pingtimeout = 0;             /* seconds before timeout */
 | 
				
			||||||
char *confbase = NULL;           /* directory in which all config files are */
 | 
					char *confbase = NULL;           /* directory in which all config files are */
 | 
				
			||||||
char *netname = NULL;            /* name of the vpn network */
 | 
					char *netname = NULL;            /* name of the vpn network */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
    along with this program; if not, write to the Free Software
 | 
					    along with this program; if not, write to the Free Software
 | 
				
			||||||
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 | 
					    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $Id: conf.h,v 1.8 2002/04/09 15:26:00 zarq Exp $
 | 
					    $Id: conf.h,v 1.9 2002/04/13 10:04:46 zarq Exp $
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef __TINC_CONF_H__
 | 
					#ifndef __TINC_CONF_H__
 | 
				
			||||||
| 
						 | 
					@ -40,7 +40,6 @@ typedef struct config_t {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern avl_tree_t *config_tree;
 | 
					extern avl_tree_t *config_tree;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern int debug_lvl;
 | 
					 | 
				
			||||||
extern int pingtimeout;
 | 
					extern int pingtimeout;
 | 
				
			||||||
extern int maxtimeout;
 | 
					extern int maxtimeout;
 | 
				
			||||||
extern int bypass_security;
 | 
					extern int bypass_security;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue