11 lines
465 B
Diff
11 lines
465 B
Diff
|
diff -up openssh-5.8p1/sftp-glob.c.glob openssh-5.8p1/sftp-glob.c
|
||
|
--- openssh-5.8p1/sftp-glob.c.glob 2011-03-07 20:17:34.000000000 +0100
|
||
|
+++ openssh-5.8p1/sftp-glob.c 2011-03-07 20:18:47.000000000 +0100
|
||
|
@@ -145,5 +145,5 @@ remote_glob(struct sftp_conn *conn, cons
|
||
|
memset(&cur, 0, sizeof(cur));
|
||
|
cur.conn = conn;
|
||
|
|
||
|
- return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob));
|
||
|
+ return(glob(pattern, flags | GLOB_LIMIT | GLOB_ALTDIRFUNC, errfunc, pglob));
|
||
|
}
|