vfs_gpfs: Log failed gpfs_set_share call as error
authorChristof Schmitt <cs@samba.org>
Mon, 6 Jan 2020 21:52:14 +0000 (14:52 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 8 Jan 2020 00:01:37 +0000 (00:01 +0000)
commit5c20ef88ab07f52b7354668873c5d51b58748d12
treebcaea1ff6f2ad8c55e4f2ec9bf55ad1445f3cf03
parent47a2c6707b2f9a9c42673629b82640122c53a609
vfs_gpfs: Log failed gpfs_set_share call as error

Any other error code from gpfs_set_share should never happen. Print a
error message in case this is ever encountered.

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