~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1056
1056
 
1057
1057
    /* Add options for our listening socket */
1058
1058
    {
1059
 
      int error;
1060
1059
      struct linger ling = {0, 0};
1061
1060
      int flags =1;
1062
1061