Reformat one line
This commit is contained in:
parent
99c35a4572
commit
90a3d933a7
|
@ -467,9 +467,7 @@ void read_config()
|
||||||
if (*lstart) {
|
if (*lstart) {
|
||||||
if (i == MAXLINES)
|
if (i == MAXLINES)
|
||||||
bailout("Too many lines in timeouts config file.", 1);
|
bailout("Too many lines in timeouts config file.", 1);
|
||||||
if ((config[i] = (struct config_ent *)
|
if ((config[i] = (struct config_ent *) malloc(sizeof(struct config_ent))) == NULL)
|
||||||
malloc(sizeof(struct config_ent)))
|
|
||||||
== NULL)
|
|
||||||
bailout("Out of memory", 1);
|
bailout("Out of memory", 1);
|
||||||
config[i]->times = NULL;
|
config[i]->times = NULL;
|
||||||
config[i]->ttys = NULL;
|
config[i]->ttys = NULL;
|
||||||
|
|
Loading…
Reference in a new issue