sharesec: Remove error message for unmarshall_sec_desc failure
authorChristof Schmitt <cs@samba.org>
Tue, 30 Jun 2015 23:15:57 +0000 (01:15 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 6 Jul 2015 18:19:12 +0000 (20:19 +0200)
commit1d25a5159134a124e976d51438bbe858b917ba6d
treea826ec2f7fcd6445adf70a6af59d48c10d3b5ab0
parent589de041785366722745fd731f478e4b0512e1ea
sharesec: Remove error message for unmarshall_sec_desc failure

In a cluster setup, running sharesec -D results in an empty record that
triggers this message. The situation is correctly handled in the code
(unmarshall_sec_desc fails and sharesec uses the default), so simply
remove the message in this case.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/sharesec.c