~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Brian Aker
  • Date: 2011-07-18 17:13:07 UTC
  • mto: (2392.1.1 drizzle-autoconf)
  • mto: This revision was merged to the branch mainline in revision 2399.
  • Revision ID: brian@tangent.org-20110718171307-3ya21g8ntq16qrsq
This shifts the closing of the socket to after we know that no errors are going to occur.

Show diffs side-by-side

added added

removed removed

Lines of Context:
393
393
  }
394
394
 
395
395
  if (opt_daemon)
 
396
  {
396
397
    daemon_is_ready();
 
398
  }
397
399
 
398
400
  /*
399
401
    Listen for new connections and start new session for each connection