]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/UserInfo.pm
* Fix aggregator to not warn when a feed contains no body content at all.
[ikiwiki.git] / IkiWiki / UserInfo.pm
index 99b3c9f0aba71b5f6f00f340c05fd8ce45d64998..ba6f3d3a926cdb757a137d3d0df1ae9e230779a1 100644 (file)
@@ -157,7 +157,6 @@ sub send_commit_mails ($$$@) { #{{{
                # Daemonize, in case the mail sending takes a while.
                defined(my $pid = fork) or error("Can't fork: $!");
                return if $pid;
-               eval q{use POSIX 'setsid'};
                setsid() or error("Can't start a new session: $!");
                chdir '/';
                open STDIN, '/dev/null';