We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ca5b1 commit cea2e8eCopy full SHA for cea2e8e
src/plugins/askpassd/question.c
@@ -47,7 +47,7 @@ find_prefix_in_section(const char *start, const char *end, const char *prefix,
47
48
startl = memmem(start, end - start, prefix, plen);
49
if (startl == NULL)
50
- return NULL;
+ return ENOENT;
51
startl += plen;
52
53
endl = memchr(startl, '\n', end - startl);
0 commit comments