diff options
-rw-r--r-- | contrib/mmdsr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/mmdsr b/contrib/mmdsr index 03a35845..5eeeb34d 100644 --- a/contrib/mmdsr +++ b/contrib/mmdsr @@ -506,7 +506,6 @@ do elif [ "${LOG}" = "security" ] ; then - echo "" >> $TMP $GREP 'Authorization failed' $TMPLOG | $SED 's/^.* ([0-9]*) //' | $SORT | $UNIQ -c | $SORT -nr >> $TMP elif [ "${LOG}" = "post" ] ; then |