2
0
Fork 0

Fix small copy/paste bug

personal/stbuehler/wip
Stefan Bühler 2009-10-04 14:27:48 +02:00
parent e3393ce2f5
commit 855ac43999
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ liServer* li_server_new(const gchar *module_dir) {
rlim.rlim_cur = rlim.rlim_max;
if (0 != setrlimit(RLIMIT_NOFILE, &rlim)) {
ERROR(srv, "couldn't set 'max filedescriptors': %s", g_strerror(errno));
return -1;
} else {
max_fds = rlim.rlim_cur;
}