Skip to content

Commit 7990a39

Browse files
committed
Revert "Merge pull request trusteddomainproject#176 from futatuki/issue174-fix-aar-no-result"
This reverts commit 27365b9, reversing changes made to 68bc7aa.
1 parent e2b06e3 commit 7990a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openarc/openarc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3791,7 +3791,7 @@ mlfi_eom(SMFICTX *ctx)
37913791
conf->conf_keylen,
37923792
arcf_dstring_len(afc->mctx_tmpstr) > 0
37933793
? arcf_dstring_get(afc->mctx_tmpstr)
3794-
: "none");
3794+
: NULL);
37953795
if (status != ARC_STAT_OK)
37963796
{
37973797
if (conf->conf_dolog)

0 commit comments

Comments
 (0)