]> 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)
committerJule Anger <janger@samba.org>
Tue, 23 Jul 2024 07:32:13 +0000 (07:32 +0000)
commitefd989ac3e0730b54a6812ee8426da7ea4cbc581
tree7acf7d104d76a384efa38dacc72e76e72e45a139
parentbd365f688dbef2f295f27c2cf78bb7050bff590c
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>
(cherry picked from commit f3b240da5c209a51fa43de23e8ecfea2f32bbfd5)
lib/cmdline/cmdline.c