Skip to content
Snippets Groups Projects
Commit 34561c5c authored by Moe Jette's avatar Moe Jette
Browse files

Explicitly set default values of AuthType (auth/none) and JobCompType

(jobcomp/none) in the configuration data structure.
parent 2f2036b5
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#include "src/common/slurm_protocol_defs.h" #include "src/common/slurm_protocol_defs.h"
#define DEFAULT_AUTH_TYPE "auth/none"
#define DEFAULT_JOB_COMP_TYPE "jobcomp/none"
#define DEFAULT_KILL_WAIT 30 #define DEFAULT_KILL_WAIT 30
#define DEFAULT_SLURMCTLD_PIDFILE "/var/run/slurmctld.pid" #define DEFAULT_SLURMCTLD_PIDFILE "/var/run/slurmctld.pid"
#define DEFAULT_SLURMD_PIDFILE "/var/run/slurmd.pid" #define DEFAULT_SLURMD_PIDFILE "/var/run/slurmd.pid"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment