On Mon, 1 Jun 2009, Igor Novoseltsev wrote:
Please review the patch.
+#ifdef HAVE_OPEN_3 + fd = open(real_path, O_RDONLY, conn->data->set.new_file_perms); +#elseWhat is the third parameter used for in the read-only case? Why not simply pass 0 there?
-- / daniel.haxx.se
