Skip to content
Snippets Groups Projects
Commit 66669d76 authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Dont delete too much

parent bc897f10
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ func handleRdpDownload(w http.ResponseWriter, r *http.Request) {
return
}
host := strings.Replace(viper.GetString("hostTemplate"), "%%", data.(string), 1)
// authenticated
seed := make([]byte, 16)
rand.Read(seed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment