Fix clang 9 missing-field-initializer warnings
[gd/samba-autobuild/.git] / source4 / ntvfs / posix / python / pyxattr_native.c
index 7d5bee0c37cb5e7539b70f172bbac372377fd2cc..3be896911f21ea1f22a03530686a307da23cbd69 100644 (file)
@@ -105,7 +105,7 @@ static PyMethodDef py_xattr_methods[] = {
                "Set the given attribute to the given value on the given file." },
        { "is_xattr_supported", (PyCFunction)py_is_xattr_supported, METH_NOARGS,
                "Return true if xattr are supported on this system\n"},
-       { NULL }
+       {0}
 };
 
 static struct PyModuleDef moduledef = {