Skip to content

Commit

Permalink
[Core] Fix handling of library mappings if target does not exist (closes
Browse files Browse the repository at this point in the history
 #58 by @pigen).
  • Loading branch information
liske committed Oct 29, 2017
1 parent 55f3718 commit 1773920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion needrestart
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ if(defined($opt_l)) {
$nrconf{skip_mapfiles} == -1) {
print STDERR "$LOGPREF #$pid uses non-existing $path\n" if($nrconf{verbosity} > 1);
$restart++;
last;
}
last;
}

# get on-disk info
Expand Down

0 comments on commit 1773920

Please sign in to comment.