1
0
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:
Günther Deschner
2011-05-13 00:15:41 +02:00
parent 18d3b85c40
commit 04c101e873
2 changed files with 2 additions and 2 deletions

View File

@ -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;