Syntax error in drizzled/daemon.cc

Bug #916567 reported by Daniel Nichter
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Undecided
Daniel Nichter

Bug Description

Trunk r2491 has drizzled/daemon.cc with this syntax error:

void daemon_is_ready()
{
  int fd;
  ssize_t wbytes;
  while ((wbytes= write(parent_pipe_fds[1], "\0", sizeof("\0"))) == 0);
  {

The while() on line 77 ends with ;

Related branches

Changed in drizzle:
assignee: nobody → Daniel Nichter (daniel-nichter)
status: New → In Progress
Changed in drizzle:
status: In Progress → Fix Committed
Vijay Samuel (vjsamuel)
Changed in drizzle:
milestone: none → 2012-01-31
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.