diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-14 20:44:47 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-14 20:44:47 +0000 |
commit | 8c34fbd848369cec7b7e9d45cea3bdb3c05480bd (patch) | |
tree | 0cbe0ec3dd582cf7c0e154a31afd571c25e3e25d | |
parent | ee8e82822e5de9f568e7d10ce562a564bed24799 (diff) | |
download | samba-8c34fbd848369cec7b7e9d45cea3bdb3c05480bd.tar.gz samba-8c34fbd848369cec7b7e9d45cea3bdb3c05480bd.tar.bz2 samba-8c34fbd848369cec7b7e9d45cea3bdb3c05480bd.zip |
Also remove variable associated with lp_sam_backend() - it's dead
(This used to be commit 540bb996766fc11fe0f26b708d49c2e46d2abbdd)
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 6db3e30b84..4394c4df1a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -119,7 +119,6 @@ typedef struct char *szSMBPasswdFile; char *szPrivateDir; char **szPassdbBackend; - char **szSamBackend; char **szPreloadModules; char *szPasswordServer; char *szSocketOptions; |