mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
- fixed yet another C++-style comment in a .c file that made the IBM
C compiler barf
This commit is contained in:
parent
f61743dea8
commit
7f659e4dad
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ net_safe_read(MYSQL *mysql)
|
|||
{
|
||||
NET *net= &mysql->net;
|
||||
uint len=0;
|
||||
//init_sigpipe_variables
|
||||
/* init_sigpipe_variables */
|
||||
/* Don't give sigpipe errors if the client doesn't want them */
|
||||
set_sigpipe(mysql);
|
||||
if (net->vio != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue