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.
gentoo-overlay/sys-auth/bioapi/files/bioapi-1.2.3-enroll-ret.patch

17 lines
278 B

http://bugs.gentoo.org/236654
make sure we return 0 when things work
patch by kouyu
--- bioapi-linux/apps/NonGUI_Sample/main.c
+++ bioapi-linux/apps/NonGUI_Sample/main.c
@@ -234,6 +234,7 @@
}
OutputToFile(userName, EnrolledTemplate);
+ return 0;
}
}