2
0
Fork 0

Fix return TRUE in a void function

This commit is contained in:
Stefan Bühler 2008-09-26 18:06:24 +02:00
parent 34c513c645
commit 5d27591a49
1 changed files with 0 additions and 1 deletions

View File

@ -377,5 +377,4 @@ void plugins_free_default_options(server *srv) {
release_option(srv, &mark);
srv->option_def_values[sopt->index] = oempty;
}
return TRUE;
}