r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.
authorLars Müller <lmuelle@samba.org>
Wed, 13 Jul 2005 21:10:12 +0000 (21:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:05 +0000 (11:00 -0500)
(This used to be commit 22acd4936875e3c98ce7e26cde05f0ce69d8cb63)

source3/python/py_smb.c

index d3858d33d8c933eddc5905cfc82872fe641d5203..679c113f397b2533ad511b0139adfce16d65fe29 100644 (file)
@@ -154,7 +154,7 @@ static PyObject *py_smb_nt_create_andx(PyObject *self, PyObject *args,
        char *filename;
        uint32 desired_access, file_attributes = 0, 
                share_access = FILE_SHARE_READ | FILE_SHARE_WRITE,
-               create_disposition = FILE_EXISTS_OPEN, create_options = 0;
+               create_disposition = OPENX_FILE_EXISTS_OPEN, create_options = 0;
        int result;
 
        /* Parse parameters */