~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2008-09-23 14:19:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923141948-ktph2kg13addaxq1
Actually removed VOID() this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2935
2935
    if (!(thd= new THD))
2936
2936
    {
2937
2937
      (void) shutdown(new_sock, SHUT_RDWR);
2938
 
      VOID(close(new_sock));
 
2938
      close(new_sock);
2939
2939
      continue;
2940
2940
    }
2941
2941
    if (net_init_sock(&thd->net, new_sock, sock == 0))