diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-06 22:39:44 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:34 +0100 |
commit | b4e6090d42bf9b91ba00faefd249c7cc9c663ee4 (patch) | |
tree | a8fa84703b40e7e3faeb8525af010ec37f2d295a /source4 | |
parent | 5c4516fcf78067363a7093d5d6b3a6d6f3b709d1 (diff) | |
download | samba-b4e6090d42bf9b91ba00faefd249c7cc9c663ee4.tar.gz samba-b4e6090d42bf9b91ba00faefd249c7cc9c663ee4.tar.bz2 samba-b4e6090d42bf9b91ba00faefd249c7cc9c663ee4.zip |
r26323: Regenerated credentials SWIG.
(This used to be commit 0bd01aca00eab5f6801db03a5e6cd91ec0339bbb)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/credentials/credentials_wrap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/auth/credentials/credentials_wrap.c b/source4/auth/credentials/credentials_wrap.c index fc3826d35c..9887061a7e 100644 --- a/source4/auth/credentials/credentials_wrap.c +++ b/source4/auth/credentials/credentials_wrap.c @@ -2503,9 +2503,7 @@ typedef struct cli_credentials cli_credentials; SWIGINTERN cli_credentials *new_cli_credentials(){ return cli_credentials_init(NULL); } -SWIGINTERN void delete_cli_credentials(cli_credentials *self){ - talloc_free(self); - } +SWIGINTERN void delete_cli_credentials(cli_credentials *self){ talloc_free(self); } SWIGINTERN swig_type_info* SWIG_pchar_descriptor(void) |