mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.8.1
This commit is contained in:
@@ -3238,10 +3238,10 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
//#ifdef HAVE_SYSLOG_H
|
||||
// if (use_syslog)
|
||||
// openlog("cpuminer", LOG_PID, LOG_USER);
|
||||
//#endif
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
if (use_syslog)
|
||||
openlog("cpuminer", LOG_PID, LOG_USER);
|
||||
#endif
|
||||
|
||||
work_restart = (struct work_restart*) calloc(opt_n_threads, sizeof(*work_restart));
|
||||
if (!work_restart)
|
||||
|
||||
Reference in New Issue
Block a user