From b93f66901ad27b47f426241b413c35c28e39ab13 Mon Sep 17 00:00:00 2001 From: Duc Date: Wed, 9 Mar 2022 18:29:41 +0900 Subject: [PATCH] fixed a redefinition bug --- jobs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/jobs.c b/jobs.c index 0fddc86..5acee4c 100755 --- a/jobs.c +++ b/jobs.c @@ -40,7 +40,6 @@ static struct Notify *first_notify = 0; /* server will access them */ int max_jobs; -char* logdir; static struct Job *get_job(int jobid);