Ver código fonte

Fix salt string conversion.

master
Ben Kurtovic 8 anos atrás
pai
commit
52ca728d7c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      lib/kgrader/jail.rb

+ 1
- 1
lib/kgrader/jail.rb Ver arquivo

@@ -12,7 +12,7 @@ module KGrader

def init
FileUtils.mkdir_p @root
@salt = rand 100000000
@salt = rand(100000000).to_s
end

def stage(source, target)


Carregando…
Cancelar
Salvar