Fix clang 9 missing-field-initializer warnings
[gd/samba-autobuild/.git] / source4 / ntvfs / posix / python / pyposix_eadb.c
index ef4db0e867a20f60aefb5c867311d6ed7d2b5b90..c64a388bfc72e54b7bc218212f29ef4f183db638 100644 (file)
@@ -116,7 +116,7 @@ static PyMethodDef py_posix_eadb_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 = {