mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
AbortError should return void
This commit is contained in:
parent
2836c8b64d
commit
af8ebe520c
@ -283,7 +283,7 @@ protected:
|
||||
}
|
||||
|
||||
//aborts connection and returns connection error message
|
||||
char* AbortConnection()
|
||||
void AbortConnection()
|
||||
{
|
||||
EmitLastError();
|
||||
DestroyConnection();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user