From: Jeremy Allison Date: Fri, 2 Mar 2007 23:04:44 +0000 (+0000) Subject: r21666: (only in 3.0, not 3.0.25). Fix bad parameter to call. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~1005 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b16c57960af38f1932cd45505e617f034c0b93b;p=thirdparty%2Fsamba.git r21666: (only in 3.0, not 3.0.25). Fix bad parameter to call. Jeremy. --- diff --git a/source/libmsrpc/cac_winreg.c b/source/libmsrpc/cac_winreg.c index 0bc1f15c339..74156be63fd 100644 --- a/source/libmsrpc/cac_winreg.c +++ b/source/libmsrpc/cac_winreg.c @@ -847,7 +847,7 @@ int cac_RegEnumValues( CacServerHandle * hnd, TALLOC_CTX * mem_ctx, hnd->status = rpccli_winreg_EnumValue( pipe_hnd, mem_ctx, op->in.key, resume_idx, &name_buf, - &types_out[num_values_out], &buffer, + &types_out[num_values_out], buffer, &data_size, &data_length );