1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-12-26 19:10:25 +00:00
This commit is contained in:
jcorporation 2018-06-21 23:26:20 +01:00
parent 7cff777d05
commit 9996c33adf

View File

@ -207,6 +207,7 @@ int main(int argc, char **argv)
if (getuid() == 0) {
printf("myMPD should not be run with root privileges\n");
mg_mgr_free(&mgr);
return EXIT_FAILURE;
}