diff --git a/src/slurmctld/node_mgr.c b/src/slurmctld/node_mgr.c
index 7df770697f4e14bc035f5aa458fc9308cfe0fc5f..8926085931de117b0473fd85a119398a99f9e4cd 100644
--- a/src/slurmctld/node_mgr.c
+++ b/src/slurmctld/node_mgr.c
@@ -978,7 +978,7 @@ extern void restore_node_features(void)
 			     !strcmp(node_ptr1->features, 
 				     node_ptr2->features))) {
 				/* Reset this job's feature at same time */
-				hostlist_push(hl, node_ptr2->name)
+				hostlist_push(hl, node_ptr2->name);
 			}
 		}