From 5a6e2bc9aeb71c94eeab8c0a5755aded989b039d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Nov 2006 16:11:52 +0000 Subject: r19573: Move secrets.o into param/ (subsystems haven't been integrated yet). (This used to be commit 8143de855c0b65346b2d8e59ecdb78952927de4a) --- source4/smbd/process_standard.c | 2 +- source4/smbd/server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index a426a2473b..1efdd3d0c4 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -32,7 +32,7 @@ #include "system/kerberos.h" #include "heimdal/lib/gssapi/gssapi_locl.h" -#include "passdb/secrets.h" +#include "param/secrets.h" #ifdef HAVE_SETPROCTITLE #ifdef HAVE_SETPROCTITLE_H diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 2239f33d17..48c8c8ab55 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -37,7 +37,7 @@ #include "auth/gensec/gensec.h" #include "smbd/process_model.h" #include "smbd/service.h" -#include "passdb/secrets.h" +#include "param/secrets.h" #include "smbd/pidfile.h" /* -- cgit