Browse Source

Do not use bool

Georgi Chorbadzhiyski 6 years ago
parent
commit
d67f21141b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.h

+ 1
- 1
config.h View File

@@ -81,7 +81,7 @@ struct config {
81 81
 	int					server_port;
82 82
 	int					server_socket;
83 83
 	pthread_t			server_thread;
84
-	bool				allow_encrypted_input;
84
+	int					allow_encrypted_input;
85 85
 
86 86
 	char				*channels_file;
87 87
 

Loading…
Cancel
Save