Skip to content

Commit

Permalink
fix gid val error
Browse files Browse the repository at this point in the history
  • Loading branch information
1daidai1 committed Dec 9, 2024
1 parent 1c39de1 commit c22529d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CraneCtld/CtldPublicDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ struct TaskInCtld {

uid = val.uid();
password_entry = std::make_unique<PasswordEntry>(uid);
gid = val.gid();
account = val.account();
name = val.name();
qos = val.qos();
Expand Down

0 comments on commit c22529d

Please sign in to comment.