Don't use more entropy for etags

remotes/origin/stable5
Michael Gapczynski 12 years ago
parent 6801f82d09
commit 8a63bcc1e8
  1. 2
      lib/files/storage/common.php

@ -274,7 +274,7 @@ abstract class Common implements \OC\Files\Storage\Storage {
$hash = call_user_func($ETagFunction, $path);
return $hash;
}else{
return uniqid('', true);
return uniqid();
}
}
}

Loading…
Cancel
Save