diff options
Diffstat (limited to 'src/interfaces/odbc/socket.h')
-rw-r--r-- | src/interfaces/odbc/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/socket.h b/src/interfaces/odbc/socket.h index c49d9fe88d8..2337eb9a087 100644 --- a/src/interfaces/odbc/socket.h +++ b/src/interfaces/odbc/socket.h @@ -61,6 +61,7 @@ struct SocketClass_ char *errormsg; int errornumber; + struct sockaddr_in sadr; /* Used for handling connections for cancel */ char reverse; /* used to handle Postgres 6.2 protocol * (reverse byte order) */ |