ecryptfs-utils/ecryptfs-utils-fixes.patch

13 lines
343 B
Diff
Raw Normal View History

--- ecryptfs-utils-10/src/utils/io.c.xx 2007-03-20 15:18:40.000000000 +0100
+++ ecryptfs-utils-10/src/utils/io.c 2007-03-20 15:18:52.000000000 +0100
@@ -211,8 +211,7 @@
if (!(nvp->next)) {
printf("No PKI parameters required\n");
- rc = 0;
- goto out;
+ return 0;
}
val_input = malloc(MAX_PKI_VALUE_SIZE + 1);
if (!val_input) {