~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • Committer: Brian Aker
  • Date: 2008-10-06 05:16:06 UTC
  • Revision ID: brian@tangent.org-20081006051606-weuq93xewv4glsuh
Two regression fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
int
373
373
drizzle_shutdown(DRIZZLE *drizzle)
374
374
{
375
 
  return(simple_command(drizzle, COM_SHUTDOWN, 0, 1, 0));
 
375
  return(simple_command(drizzle, COM_SHUTDOWN, 0, 0, 0));
376
376
}
377
377
 
378
378