summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-20 06:28:11 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-20 06:28:11 +0000
commitb67ca9cf8c02717a20aee6650d1eb50112d93ecb (patch)
tree52c12575f95a222afe70fe3aff8c4a030702fef1 /source3/lib/substitute.c
parentf26677441a84fd2c3f09c4f72d272387c662e4ea (diff)
downloadsamba-b67ca9cf8c02717a20aee6650d1eb50112d93ecb.tar.gz
samba-b67ca9cf8c02717a20aee6650d1eb50112d93ecb.tar.bz2
samba-b67ca9cf8c02717a20aee6650d1eb50112d93ecb.zip
removed an unused variable
(This used to be commit 9355f251656d0233395dae6978c58f4e520e069b)
Diffstat (limited to 'source3/lib/substitute.c')
-rw-r--r--source3/lib/substitute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c
index 9c70760055..9b2713a674 100644
--- a/source3/lib/substitute.c
+++ b/source3/lib/substitute.c
@@ -223,7 +223,6 @@ void standard_sub_basic(char *str)
void standard_sub_advanced(int snum, char *user, char *connectpath, gid_t gid, char *str)
{
char *p, *s, *home;
- struct passwd *pass;
for (s=str; (p=strchr_m(s, '%'));s=p) {
int l = sizeof(pstring) - (int)(p-str);