Browse Source

Remove useless check (#3384)

In #3377, I put check inside all write key function. This one is useless no.
tags/v1.4.0-rc1
Antoine GIRARD Lauris BH 7 years ago
parent
commit
fbb8ce3603
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      models/ssh_key.go

+ 0
- 4
models/ssh_key.go View File

@@ -387,10 +387,6 @@ func addKey(e Engine, key *PublicKey) (err error) {
return err
}

// Don't need to rewrite this file if builtin SSH server is enabled.
if setting.SSH.StartBuiltinServer {
return nil
}
return appendAuthorizedKeysToFile(key)
}



Loading…
Cancel
Save