diff options
author | bell@sanja.is.com.ua <> | 2003-02-27 20:31:54 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-02-27 20:31:54 +0200 |
commit | 47b16dae7ac599b4d106c997133c99d7a173127a (patch) | |
tree | c242866cd480e42f46bf191ef72e087386613b8c /vio | |
parent | 80236063a124f6fe15bf84dc5f0ee3d3faf20531 (diff) | |
download | mariadb-git-47b16dae7ac599b4d106c997133c99d7a173127a.tar.gz |
posreview changing (SCRUM)
increased compatibility
postmerge changing
Diffstat (limited to 'vio')
-rw-r--r-- | vio/viosocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/viosocket.c b/vio/viosocket.c index edcea19d76a..898b9a96c11 100644 --- a/vio/viosocket.c +++ b/vio/viosocket.c @@ -277,7 +277,7 @@ my_socket vio_fd(Vio* vio) } -my_bool vio_peer_addr(Vio * vio, char *buf, u_int16_t *port) +my_bool vio_peer_addr(Vio * vio, char *buf, uint16 *port) { DBUG_ENTER("vio_peer_addr"); DBUG_PRINT("enter", ("sd: %d", vio->sd)); |