Skip to content

Commit

Permalink
mount-util: add one more const
Browse files Browse the repository at this point in the history
  • Loading branch information
poettering authored and yuwata committed Oct 25, 2023
1 parent 8f21b3b commit 83d5bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/mount-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ static int mount_in_namespace_legacy(
}

static int mount_in_namespace(
PidRef *target,
const PidRef *target,
const char *propagate_path,
const char *incoming_path,
const char *src,
Expand Down

0 comments on commit 83d5bba

Please sign in to comment.