Fix typo in tramp-get-remote-gid
* lisp/net/tramp.el (tramp-get-remote-gid): Pass the correct operation to find-file-name-handler. (Bug#48026)
This commit is contained in:
parent
50f29f6a28
commit
a9560a2b51
1 changed files with 1 additions and 1 deletions
|
@ -5080,7 +5080,7 @@ ID-FORMAT valid values are `string' and `integer'."
|
|||
(or (when-let
|
||||
((handler
|
||||
(find-file-name-handler
|
||||
(tramp-make-tramp-file-name vec) 'tramp-get-remote-uid)))
|
||||
(tramp-make-tramp-file-name vec) 'tramp-get-remote-gid)))
|
||||
(funcall handler #'tramp-get-remote-gid vec id-format))
|
||||
;; Ensure there is a valid result.
|
||||
(and (equal id-format 'integer) tramp-unknown-id-integer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue