summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-05-17 18:22:19 -0700
committerJeremy Allison <jra@samba.org>2010-05-17 18:22:19 -0700
commit285b62832779f53b135adae4f2c76c424d193cab (patch)
treee8cdbd9c713926924705bee0d4a93d0123f90eb2 /source3/smbd/password.c
parentb481b8e1f52562d21e060ad321f05c9d3c7ede0d (diff)
downloadsamba-285b62832779f53b135adae4f2c76c424d193cab.tar.gz
samba-285b62832779f53b135adae4f2c76c424d193cab.tar.bz2
samba-285b62832779f53b135adae4f2c76c424d193cab.zip
Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.
Jeremy.
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 2e63f7a395..5cf290c158 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -197,7 +197,7 @@ int register_initial_vuid(struct smbd_server_connection *sconn)
return vuser->vuid;
}
-static int register_homes_share(const char *username)
+int register_homes_share(const char *username)
{
int result;
struct passwd *pwd;