Fix clang 9 missing-field-initializer warnings
[samba.git] / source4 / auth / pyauth.c
index 4203692025bde26dd994c026bc9c53a5fba932e7..ed88a1751fec5a1f3757cdbdf3685f7b90b0128b 100644 (file)
@@ -434,7 +434,7 @@ static PyMethodDef py_auth_methods[] = {
          PY_DISCARD_FUNC_SIG(PyCFunction,py_copy_session_info),
          METH_VARARGS|METH_KEYWORDS,
          NULL },
-       { NULL },
+       {0},
 };
 
 static struct PyModuleDef moduledef = {