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))
    (with-current-buffer (tramp-get-connection-buffer vec)
      (tramp-message vec 10 "\n%s" (buffer-string))
      (throw 'tramp-action 'ok))))