mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Errors (really messages) are always shown in srv_open().
This commit is contained in:
parent
acc2bb1549
commit
b681e71a06
1 changed files with 1 additions and 1 deletions
2
data.c
2
data.c
|
@ -76,7 +76,7 @@ int srv_open(char *basedir)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret == 0 && error != NULL)
|
if (error != NULL)
|
||||||
srv_log(error);
|
srv_log(error);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue