search for: ppparams

Displaying 2 results from an estimated 2 matches for "ppparams".

Did you mean: pparams
2000 Jan 31
0
not implemented
...- no plans. ******************************************************************* *********/ static int call_nt_transact_ioctl(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **ppsetup, char **ppparams, char **ppdata) { static BOOL logged_message = False; if(!logged_message) { DEBUG(0,("call_nt_transact_ioctl: Currently not implemented.\n")); logged_message = True; /* Only print this once... */ } return(ERROR(ERRSRV,ERRnosupport)); } Can You anybody tell me, how much...
2000 Feb 17
3
call_nt_transact_ioctl: Currently not implemented.
Hello, we run samba 2.0.6 on Solaris2.6 and use it together with clearcase (version 3.2.1). Sometimes the checkout of files from a clearcase NT-client hangs and probably causes clearcase to destroy the viewstore. In the samba logfile of that client I found the following message: [2000/02/17 09:29:49, 0] smbd/nttrans.c:call_nt_transact_ioctl(2401) call_nt_transact_ioctl: Currently not