Questions about unsupported registry hive (perfmon data)

Matt Chapman matty at cifs.org
Fri Feb 4 01:32:53 GMT 2000


On Fri, Feb 04, 2000 at 10:53:37AM +1100, Luke Kenneth Casson Leighton wrote:
> > 
> >  The Samba client sends a similar request, but gets a short response,
> >  which rpcclient reports as:
> > 
> >    REG_INFO: NT_STATUS_UNEXPECTED_MM_CREATE_ERR
> 
> can you send me a #define for STATUS_BUFFER_OVERFLOW, and also look up the
> Win32 error code 234 (decimal)?

#define STATUS_BUFFER_OVERFLOW           ((NTSTATUS)0x80000005L)
#define ERROR_MORE_DATA                  234L    // dderror

Clearly the maximum length we are passing into REG_INFO is too small.

	Matt


-- 
Matthew "Austin" Chapman
SysAdmin, Developer, Samba Team Member


More information about the samba-technical mailing list