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:
parent
b6b8f9539b
commit
faba757175
@ -35,8 +35,6 @@
|
|||||||
#include "auth/kerberos/kerberos.h"
|
#include "auth/kerberos/kerberos.h"
|
||||||
#include "libcli/smb/smb_constants.h"
|
#include "libcli/smb/smb_constants.h"
|
||||||
|
|
||||||
void initcredentials(void);
|
|
||||||
|
|
||||||
static PyObject *py_creds_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
|
static PyObject *py_creds_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
|
||||||
{
|
{
|
||||||
return pytalloc_steal(type, cli_credentials_init(NULL));
|
return pytalloc_steal(type, cli_credentials_init(NULL));
|
||||||
|
Loading…
Reference in New Issue
Block a user