emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 14d68221d26: Fix nasty cut'n'waste error in Tramp


From: Michael Albinus
Subject: emacs-29 14d68221d26: Fix nasty cut'n'waste error in Tramp
Date: Mon, 22 Jan 2024 04:08:59 -0500 (EST)

branch: emacs-29
commit 14d68221d26af5c3e99ae0fbc7ade44494aaf4f3
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix nasty cut'n'waste error in Tramp
    
    * lisp/net/tramp.el (tramp-parse-passwd): Use `tramp-parse-passwd-group'.
    Reported by Tim Landscheidt <tim@tim-landscheidt.de>.
---
 lisp/net/tramp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 56b00bdeb42..bd556753261 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -3518,7 +3518,7 @@ Host is always \"localhost\"."
          (when (zerop (tramp-call-process nil "getent" nil t nil "passwd"))
            (goto-char (point-min))
            (cl-loop while (not (eobp)) collect
-                    (tramp-parse-etc-group-group))))
+                    (tramp-parse-passwd-group))))
       (tramp-parse-file filename #'tramp-parse-passwd-group))))
 
 (defun tramp-parse-passwd-group ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]