Fixed silly typo checking for signal_handler not signal.
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 2003 21:17:22 +0000 (21:17 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 1 Oct 2003 21:17:22 +0000 (21:17 +0000)
Jeremy.
(This used to be commit 6c38a79be796935ab24764302805deea878b360d)

source3/lib/getsmbpass.c

index 93449b004d4ba3d3e66e2736bad0eea381329d4d..27cd5e6dfa2ad8d7be7f2da50f08b2e276787865 100644 (file)
@@ -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);