svn commit: samba r26472 - in branches/4.0-python: . source/auth/credentials

jelmer at samba.org jelmer at samba.org
Sun Dec 16 14:51:13 GMT 2007


Author: jelmer
Date: 2007-12-16 14:51:13 +0000 (Sun, 16 Dec 2007)
New Revision: 26472

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

Log:
Fix build.
Modified:
   branches/4.0-python/
   branches/4.0-python/source/auth/credentials/credentials_krb5.c


Changeset:

Property changes on: branches/4.0-python
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/4.0-python/source/auth/credentials/credentials_krb5.c
===================================================================
--- branches/4.0-python/source/auth/credentials/credentials_krb5.c	2007-12-16 14:50:18 UTC (rev 26471)
+++ branches/4.0-python/source/auth/credentials/credentials_krb5.c	2007-12-16 14:51:13 UTC (rev 26472)
@@ -25,7 +25,7 @@
 #include "system/kerberos.h"
 #include "auth/kerberos/kerberos.h"
 #include "auth/credentials/credentials.h"
-#include "auth/credentials/credentials_krb5.h"
+#include "auth/credentials/credentials_krb5_proto.h"
 #include "param/param.h"
 
 int cli_credentials_get_krb5_context(struct cli_credentials *cred, 



More information about the samba-cvs mailing list