Skip to content

Commit 21ba33e

Browse files
committed
fixe typo in fix to CS-1424
1 parent fce7e45 commit 21ba33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/daemons/qmaster/sge_c_gdi.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ sge_chck_mod_perm_host(const sge_gdi_packet_class_t *packet, lList **alpp, u_lon
14391439
// trigger on cluster queue list is qmod (e.g., -s),
14401440
// must be submit or admin host
14411441
if (host_list_locate(*ocs::DataStore::get_master_list(SGE_TYPE_ADMINHOST), packet->host) == nullptr &&
1442-
host_list_locate(*ocs::DataStore::get_master_list(SGE_TYPE_EXECHOST), packet->host) == nullptr) {
1442+
host_list_locate(*ocs::DataStore::get_master_list(SGE_TYPE_SUBMITHOST), packet->host) == nullptr) {
14431443
ERROR(MSG_SGETEXT_NOSUBMITORADMINHOST_S, packet->host);
14441444
answer_list_add(alpp, SGE_EVENT, STATUS_EDENIED2HOST, ANSWER_QUALITY_ERROR);
14451445
DRETURN(false);

0 commit comments

Comments
 (0)