From 471ed70c497f4eeaca27594d609f41f2b2c689cd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 31 May 2010 10:52:06 -0400 Subject: s3:smbd map_username() doesn't need sconn anymore Signed-off-by: Andreas Schneider --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index e28bfd3aae..237772e9bd 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5689,7 +5689,7 @@ const struct mangle_fns *posix_mangle_init(void); /* The following definitions come from smbd/map_username.c */ -bool map_username(struct smbd_server_connection *sconn, fstring user); +bool map_username(fstring user); /* The following definitions come from smbd/message.c */ -- cgit