Skip to content

Commit b60b4bb

Browse files
committed
Typo in servconf.c
1 parent a45dc2b commit b60b4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ fill_default_server_options(ServerOptions *options)
497497
if (options->ip_qos_interactive == -1)
498498
options->ip_qos_interactive = IPTOS_DSCP_AF21;
499499
if (options->ip_qos_bulk == -1)
500-
options->ip_qos_bulk = IPTOS_DCSP_CS1;
500+
options->ip_qos_bulk = IPTOS_DSCP_CS1;
501501
if (options->version_addendum == NULL)
502502
options->version_addendum = xstrdup("");
503503
if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1)

0 commit comments

Comments
 (0)