1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

auth:credentials: Remove unnecessary declaration

This declaration is a hold‐over from the Python 2 module initialization
pattern.

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-04-09 14:31:11 +12:00 committed by Jo Sutton
parent b6b8f9539b
commit faba757175

View File

@ -35,8 +35,6 @@
#include "auth/kerberos/kerberos.h"
#include "libcli/smb/smb_constants.h"
void initcredentials(void);
static PyObject *py_creds_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
{
return pytalloc_steal(type, cli_credentials_init(NULL));