@@ -419,7 +419,7 @@ int ssh_pki_import_privkey_file(const char *filename,
rc=stat(filename,&sb);
if(rc<0){
ssh_pki_log("Error gettint stat of %s: %s",
ssh_pki_log("Error getting stat of %s: %s",
filename,strerror(errno));
switch(errno){
caseENOENT:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.