Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288438 | Differences between
and this patch

Collapse All | Expand All

(-)policyd-1.82-orig/throttle_sasl.c (-1 / +1 lines)
Lines 188-194 Link Here
188
      "UPDATE throttle SET"
188
      "UPDATE throttle SET"
189
      " _abuse_cur=1"
189
      " _abuse_cur=1"
190
      " WHERE _from='%s'",
190
      " WHERE _from='%s'",
191
      triplet_array[fd][1]);
191
      triplet_array[fd][4]);
192
    if(db_doquery(fd) == -1) return(db_failure(fd, "throttle"));
192
    if(db_doquery(fd) == -1) return(db_failure(fd, "throttle"));
193
193
194
    return (-5);
194
    return (-5);

Return to bug 288438