[libgearman-server/log.cc:126: missing break ?

Bug #1494721 reported by dcb
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gearman
New
Undecided
Unassigned

Bug Description

[libgearman-server/log.cc:126] -> [libgearman-server/log.cc:130]: (warning) Variable 'error_to_report' is reassigned a value before the old one has been used. 'break;' missing?

  case ENOMEM:
    error_to_report= GEARMAND_MEMORY_ALLOCATION_FAILURE;

  case ECONNRESET:
  case EHOSTDOWN:
    error_to_report= GEARMAND_LOST_CONNECTION;

Revision history for this message
palik (1-infe-w) wrote :

legitimate warning message.

Do you intend to commit a change proposel?

Revision history for this message
dcb (dcb314) wrote :

>Do you intend to commit a change proposel?

No. I find bugs, I don't fix them.

Folks with more knowledge of the project are better able to fix bugs.

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.