Skip to content

Commit

Permalink
Ignore Notice messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Aug 29, 2024
1 parent 2c3a2c3 commit 1e31966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgssl.pike
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ class SSLDatabase(string host, mapping|void cfg) {
if (cfg->notify_callback) cfg->notify_callback(this, pid, channel, payload);
break;
}
case 'N': break; //NoticeResponse - not currently being reported anywhere
default: werror("Got unknown message [state %s]: %c %O\n", state, msgtype, msg);
}
}
Expand Down

0 comments on commit 1e31966

Please sign in to comment.