mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf changes.
Guenther
This commit is contained in:
@ -540,7 +540,7 @@ WERROR NetServerGetInfo_r(struct libnetapi_ctx *ctx,
|
||||
static WERROR NetServerSetInfo_l_1005(struct libnetapi_ctx *ctx,
|
||||
struct NetServerSetInfo *r)
|
||||
{
|
||||
WERROR werr;
|
||||
WERROR werr = WERR_OK;
|
||||
sbcErr err;
|
||||
struct smbconf_ctx *conf_ctx;
|
||||
struct srvsvc_NetSrvInfo1005 *info1005;
|
||||
|
Reference in New Issue
Block a user