Browse Source

Use symbolic constant instead of numeric

bel2125 7 years ago
parent
commit
44174c8371
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -18782,7 +18782,7 @@ mg_init_library(unsigned features)
 			} else {
 				(void)ebuf;
 				DEBUG_TRACE("Initializing SSL failed: %s", ebuf);
-				features_inited &= ~(2u);
+				features_inited &= ~((unsigned)(MG_FEATURES_SSL));
 			}
 		} else {
 			/* ssl already initialized */