tools/xenstored: Wire properly the command line option -M/--path-max
authorJulien Grall <jgrall@amazon.com>
Wed, 21 Apr 2021 13:56:38 +0000 (14:56 +0100)
committerJulien Grall <jgrall@amazon.com>
Sun, 25 Apr 2021 12:50:52 +0000 (13:50 +0100)
commitab392969ea178ef9a4b499f92c3fb5bd2e4e13ed
tree5b1133094908aa626f0c4c750bb8416a7f0752f1
parent3c1c6c401eabca0f74022c990199e0f2b14ec0b9
tools/xenstored: Wire properly the command line option -M/--path-max

The command line option -M/--path-max was meant to be added by
commit 924bf8c793cb "tools/xenstore: rework path length check" but this
wasn't wired through properly.

Fix it by adding the missing "case 'M':".

Fixes: 924bf8c793cb ("tools/xenstore: rework path length check")
Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/xenstore/xenstored_core.c