]> git.ipfire.org Git - thirdparty/samba.git/commit
cmdline:burn: '-U' does not imply secrets without '%'
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 20 Jun 2024 21:21:43 +0000 (09:21 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 3 Jul 2024 01:35:31 +0000 (01:35 +0000)
commitf3b240da5c209a51fa43de23e8ecfea2f32bbfd5
tree56808dde7c63907cc0c6971c8cdf03e4c30f3fbe
parent7fb38aee129789cce28ddf54bd7234f8c5f57d97
cmdline:burn: '-U' does not imply secrets without '%'

We return true from this function when a secret has been erased,
and were accidentally treating  as if it had secrets.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15671

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
lib/cmdline/cmdline.c