Function: tramp-smb-action-set-acl
tramp-smb-action-set-acl is a byte-compiled function defined in
tramp-smb.el.gz.
Signature
(tramp-smb-action-set-acl PROC VEC)
Documentation
Set ACL data.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defun tramp-smb-action-set-acl (proc vec)
"Set ACL data."
(unless (process-live-p proc)
;; Accept pending output.
(while (tramp-accept-process-output proc))
(tramp-message
vec 10 "\n%s" (tramp-get-buffer-string (tramp-get-connection-buffer vec)))
(throw 'tramp-action 'ok)))