summaryrefslogtreecommitdiff
path: root/source3/lib/getsmbpass.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-10-01 21:17:22 +0000
committerJeremy Allison <jra@samba.org>2003-10-01 21:17:22 +0000
commit27ef4dbc76199ef0f282a1303045e4f5eede4995 (patch)
treeb7a98fbcbbb6ae1be66cac634f4aaf7d9a822e3a /source3/lib/getsmbpass.c
parentc01f27c9ff6ff22ce7ae8ca2028b8ae163300186 (diff)
downloadsamba-27ef4dbc76199ef0f282a1303045e4f5eede4995.tar.gz
samba-27ef4dbc76199ef0f282a1303045e4f5eede4995.tar.bz2
samba-27ef4dbc76199ef0f282a1303045e4f5eede4995.zip
Fixed silly typo checking for signal_handler not signal.
Jeremy. (This used to be commit 6c38a79be796935ab24764302805deea878b360d)
Diffstat (limited to 'source3/lib/getsmbpass.c')
-rw-r--r--source3/lib/getsmbpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/getsmbpass.c b/source3/lib/getsmbpass.c
index 93449b004d..27cd5e6dfa 100644
--- a/source3/lib/getsmbpass.c
+++ b/source3/lib/getsmbpass.c
@@ -166,7 +166,7 @@ char *getsmbpass(const char *prompt)
printf("\n");
- if (gotintr_sig) {
+ if (gotintr) {
printf("Interupted by signal.\n");
fflush(stdout);
exit(1);