mirror of
https://github.com/samba-team/samba.git
synced 2025-08-08 13:49:29 +03:00
fixed vi on smbwrappper (it was a problem in cli_read())
This commit is contained in:
@ -22,14 +22,12 @@ This is code under development. Lots of things don't work yet.
|
||||
Things that I have tried and do seem to work include:
|
||||
|
||||
emacs, tar, ls, cmp, cp, rsync, du, cat, rm, mv, less, more, wc, head,
|
||||
tail, bash, tcsh, mkdir, rmdir
|
||||
tail, bash, tcsh, mkdir, rmdir, vim, xedit
|
||||
|
||||
things that I know don't work:
|
||||
|
||||
vi (I don't know why this is)
|
||||
anything executing from the share
|
||||
anything that uses mmap
|
||||
|
||||
|
||||
If you want to help with the development of this code then join the
|
||||
samba-technical mailing list.
|
||||
|
@ -909,7 +909,7 @@ ssize_t smbw_read(int fd, void *buf, size_t count)
|
||||
struct smbw_file *file;
|
||||
int ret;
|
||||
|
||||
DEBUG(4,("%s\n", __FUNCTION__));
|
||||
DEBUG(4,("%s %d\n", __FUNCTION__, (int)count));
|
||||
|
||||
smbw_busy++;
|
||||
|
||||
|
Reference in New Issue
Block a user