diff --git a/src/starter/confread.h b/src/starter/confread.h index 0c22481f0..971b350c8 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -197,7 +197,7 @@ typedef struct starter_config starter_config_t; struct starter_config { struct { char *charondebug; - bool uniqueids; + int uniqueids; bool cachecrls; strict_t strictcrlpolicy; } setup;