Commit 75d112c1 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add missing break

parent 9e6b75dc
...@@ -675,6 +675,7 @@ h_ncsa(void *priv, enum VSL_tag_e tag, unsigned fd, ...@@ -675,6 +675,7 @@ h_ncsa(void *priv, enum VSL_tag_e tag, unsigned fd,
case 'D': case 'D':
/* %D */ /* %D */
VSB_printf(os, "%f", lp->df_D); VSB_printf(os, "%f", lp->df_D);
break;
case 'H': case 'H':
VSB_cat(os, lp->df_H ? lp->df_H : "HTTP/1.0"); VSB_cat(os, lp->df_H ? lp->df_H : "HTTP/1.0");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment