From 6474a9c71b25db0233b5bbcf7d437cd932970943 Mon Sep 17 00:00:00 2001 From: jce <jce@unknown> Date: Tue, 18 Jun 2002 20:55:11 +0000 Subject: [PATCH] Cut/past error fix --- src/common/slurm_protocol_defs.c | 2 +- src/common/slurm_protocol_defs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/slurm_protocol_defs.c b/src/common/slurm_protocol_defs.c index 61fd78d0504..aada14e1eed 100644 --- a/src/common/slurm_protocol_defs.c +++ b/src/common/slurm_protocol_defs.c @@ -20,7 +20,7 @@ void slurm_free_return_code_msg ( return_code_msg_t * msg ) -void slurm_free_slurm_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) +void slurm_free_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) { if ( build_ptr ) { diff --git a/src/common/slurm_protocol_defs.h b/src/common/slurm_protocol_defs.h index 792a3f49e99..45166a531ad 100644 --- a/src/common/slurm_protocol_defs.h +++ b/src/common/slurm_protocol_defs.h @@ -283,7 +283,7 @@ void inline slurm_free_last_update_msg ( last_update_msg_t * msg ) ; void inline slurm_free_return_code_msg ( return_code_msg_t * msg ) ; void inline slurm_free_job_id_msg ( job_id_msg_t * msg ) ; -void inline slurm_free_slurm_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) ; +void inline slurm_free_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) ; void inline slurm_free_job_desc_msg ( job_desc_msg_t * msg ) ; void inline slurm_free_node_registration_status_msg ( slurm_node_registration_status_msg_t * msg ) ; -- GitLab