You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
353 B
12 lines
353 B
diff -u -r ../fossil-2.6/src/main.c ./src/main.c
|
|
--- ../fossil-2.6/src/main.c 2018-05-04 12:56:42.000000000 +0000
|
|
+++ ./src/main.c 2018-09-12 06:03:45.920702759 +0000
|
|
@@ -300,7 +300,7 @@
|
|
*/
|
|
db_unsave_encryption_key();
|
|
#endif
|
|
-#if defined(_WIN32) || defined(__BIONIC__)
|
|
+#if defined(_WIN32)
|
|
/*
|
|
** Free the secure getpass() buffer now.
|
|
*/
|
|
|