mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3:vfs_gpfs: fix a compiler warning
This commit is contained in:
parent
8ce9982be9
commit
4a11be3fb4
@ -1343,10 +1343,11 @@ int vfs_gpfs_connect(struct vfs_handle_struct *handle, const char *service,
|
||||
const char *user)
|
||||
{
|
||||
struct gpfs_config_data *config;
|
||||
int ret;
|
||||
|
||||
smbd_gpfs_lib_init();
|
||||
|
||||
int ret = SMB_VFS_NEXT_CONNECT(handle, service, user);
|
||||
ret = SMB_VFS_NEXT_CONNECT(handle, service, user);
|
||||
|
||||
if (ret < 0) {
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user