Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
openssh.29884
openssh-bsc1148566-scp-show-filename-match-patt...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssh-bsc1148566-scp-show-filename-match-patterns-in-verbose-mode.patch of Package openssh.29884
@@ -, +, @@ --- scp.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) --- a/scp.c +++ a/scp.c @@ -1482,8 +1482,16 @@ sink(int argc, char **argv, const char *src) if (fnmatch(patterns[n], cp, 0) == 0) break; } - if (n >= npatterns) + if (n >= npatterns) { + if (verbose_mode) { + fprintf(stderr, "expected filenames:\n"); + for (n = 0; n < npatterns; n++) + fprintf(stderr, " \"%s\"\n", patterns[n]); + fprintf(stderr, "incoming filename:\n"); + fprintf(stderr, " \"%s\"\n", cp); + } SCREWUP("filename does not match request"); + } } if (targisdir) { static char *namebuf; --
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor