Skip to content

Commit 2fcbf19

Browse files
author
olevole
committed
fix wrong tube: Issue #804, Thanks @e-nando
1 parent 3378f68 commit 2fcbf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/racct-hoster-statsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ main(int argc, char **argv)
676676
if (bs_socket != -1) {
677677
bs_disconnect(bs_socket);
678678
}
679-
bs_socket = init_bs("racct-jail");
679+
bs_socket = init_bs("racct-system");
680680
} else if (!(OUTPUT_BEANSTALKD & output_flags)) {
681681
bs_connected = 0;
682682
}

0 commit comments

Comments
 (0)