svn commit: samba r8426 - in branches/tmp/pdb_trust_pw/source: include passdb

gd at samba.org gd at samba.org
Wed Jul 13 14:43:23 GMT 2005


Author: gd
Date: 2005-07-13 14:43:22 +0000 (Wed, 13 Jul 2005)
New Revision: 8426

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

Log:
allow to at least compile mimirs pdb_trust_pw-work

Guenther

Modified:
   branches/tmp/pdb_trust_pw/source/include/popt_common.h
   branches/tmp/pdb_trust_pw/source/passdb/pdb_get_set.c


Changeset:
Modified: branches/tmp/pdb_trust_pw/source/include/popt_common.h
===================================================================
--- branches/tmp/pdb_trust_pw/source/include/popt_common.h	2005-07-13 13:55:06 UTC (rev 8425)
+++ branches/tmp/pdb_trust_pw/source/include/popt_common.h	2005-07-13 14:43:22 UTC (rev 8426)
@@ -21,6 +21,8 @@
 #ifndef _POPT_COMMON_H
 #define _POPT_COMMON_H
 
+#include <popt.h>
+
 /* Common popt structures */
 extern struct poptOption popt_common_samba[];
 extern struct poptOption popt_common_connection[];

Modified: branches/tmp/pdb_trust_pw/source/passdb/pdb_get_set.c
===================================================================
--- branches/tmp/pdb_trust_pw/source/passdb/pdb_get_set.c	2005-07-13 13:55:06 UTC (rev 8425)
+++ branches/tmp/pdb_trust_pw/source/passdb/pdb_get_set.c	2005-07-13 14:43:22 UTC (rev 8426)
@@ -1258,7 +1258,7 @@
  * Get/set functions for SAM_TRUST_PASSWD.
  */
 
-const uint16 pdb_get_tp_flags(const SAM_TRUST_PASSWD *trust)
+uint16 pdb_get_tp_flags(const SAM_TRUST_PASSWD *trust)
 {
 	if (!trust)
 		return -1;



More information about the samba-cvs mailing list