summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2008-07-22 15:14:33 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2008-07-22 15:14:33 +0000
commit7df405060c6748655e0a10caf5a1efc585e1d29a (patch)
treeb2441f3c5e39a21a5b7ee88616356834d0f55e29
parent555297ffdce8b16efd3f8cb09353960b2ee050e5 (diff)
Notes
-rw-r--r--contrib/tcsh/tc.func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcsh/tc.func.c b/contrib/tcsh/tc.func.c
index e2db430e9d22..f04a5a4ca03d 100644
--- a/contrib/tcsh/tc.func.c
+++ b/contrib/tcsh/tc.func.c
@@ -632,7 +632,7 @@ xgetpass(const char *prm)
}
strbuf_terminate(&pass);
- cleanup_until(&sa);
+ cleanup_until(&osa);
return pass.s;
}