svn commit: samba r14406 - in branches/SAMBA_3_0/source/libmsrpc: .

jra at samba.org jra at samba.org
Wed Mar 15 02:16:15 GMT 2006


Author: jra
Date: 2006-03-15 02:16:14 +0000 (Wed, 15 Mar 2006)
New Revision: 14406

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14406

Log:
Disable this call until we can sort out how this
should be done correctly. Fix coverity #37.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c


Changeset:
Modified: branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
===================================================================
--- branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c	2006-03-15 00:35:51 UTC (rev 14405)
+++ branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c	2006-03-15 02:16:14 UTC (rev 14406)
@@ -501,6 +501,11 @@
    return CAC_SUCCESS;
 }
 
+#if 0
+/* JRA - disabled until fix. */
+/* This code is currently broken so disable it - it needs to handle the ERROR_MORE_DATA
+   cleanly and resubmit the query. */
+
 int cac_RegQueryKeyInfo(CacServerHandle *hnd, TALLOC_CTX *mem_ctx, struct RegQueryKeyInfo *op) {
    struct rpc_pipe_client *pipe_hnd = NULL;
    WERROR err;
@@ -583,6 +588,7 @@
 
    return CAC_FAILURE;
 }
+#endif
 
 int cac_RegQueryValue(CacServerHandle *hnd, TALLOC_CTX *mem_ctx, struct RegQueryValue *op) {
    struct rpc_pipe_client *pipe_hnd = NULL;



More information about the samba-cvs mailing list