Module Name: src
Committed By: rin
Date: Fri Jul 28 04:52:23 UTC 2023
Modified Files:
src/crypto/external/bsd/openssh/dist: sftp.c
Log Message:
oepnssh: trailing tab
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/crypto/external/bsd/openssh/dist/sftp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/dist/sftp.c
diff -u src/crypto/external/bsd/openssh/dist/sftp.c:1.37 src/crypto/external/bsd/openssh/dist/sftp.c:1.38
--- src/crypto/external/bsd/openssh/dist/sftp.c:1.37 Wed Jul 26 17:58:15 2023
+++ src/crypto/external/bsd/openssh/dist/sftp.c Fri Jul 28 04:52:23 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: sftp.c,v 1.37 2023/07/26 17:58:15 christos Exp $ */
+/* $NetBSD: sftp.c,v 1.38 2023/07/28 04:52:23 rin Exp $ */
/* $OpenBSD: sftp.c,v 1.229 2023/03/12 09:41:18 dtucker Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <[email protected]>
@@ -17,7 +17,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: sftp.c,v 1.37 2023/07/26 17:58:15 christos Exp $");
+__RCSID("$NetBSD: sftp.c,v 1.38 2023/07/28 04:52:23 rin Exp $");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>
@@ -2019,7 +2019,7 @@ complete_match(EditLine *el, struct sftp
remote_glob(conn, tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
} else
glob(tmp, GLOB_LIMIT|GLOB_DOOFFS|GLOB_MARK, NULL, &g);
-
+
/* Determine length of pwd so we can trim completion display */
for (hadglob = tmplen = pwdlen = 0; tmp[tmplen] != 0; tmplen++) {
/* Terminate counting on first unescaped glob metacharacter */