summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2/files/patch-perl::imap::IMAP.xs
blob: 9e93043123d38d4bf6605663014d8cf5084715af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Index: perl/imap/IMAP.xs
diff -u perl/imap/IMAP.xs.orig perl/imap/IMAP.xs
--- perl/imap/IMAP.xs.orig	Sun May 26 04:57:49 2002
+++ perl/imap/IMAP.xs	Sat Aug 17 03:47:36 2002
@@ -194,6 +194,7 @@
   if(!text->password) {
 	char *ptr;
 	printf("Password: ");
+	fflush(stdout);
 	ptr = getpass("");
 	text->password = safemalloc(sizeof(sasl_secret_t) + strlen(ptr));
 	text->password->len = strlen(ptr);