svn commit: samba r26323 - in branches/SAMBA_4_0: . source/auth/credentials

jelmer at samba.org jelmer at samba.org
Thu Dec 6 22:39:45 GMT 2007


Author: jelmer
Date: 2007-12-06 22:39:44 +0000 (Thu, 06 Dec 2007)
New Revision: 26323

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26323

Log:
Regenerated credentials SWIG.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/auth/credentials/credentials_wrap.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/auth/credentials/credentials_wrap.c
===================================================================
--- branches/SAMBA_4_0/source/auth/credentials/credentials_wrap.c	2007-12-06 22:34:56 UTC (rev 26322)
+++ branches/SAMBA_4_0/source/auth/credentials/credentials_wrap.c	2007-12-06 22:39:44 UTC (rev 26323)
@@ -2503,9 +2503,7 @@
 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)



More information about the samba-cvs mailing list