aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/sandbox.c')
-rw-r--r--src/firejail/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index ea39ed580..8c5c02d41 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -153,7 +153,7 @@ static void sandbox_if_up(Bridge *br) {
153 exit(1); 153 exit(1);
154 } 154 }
155 155
156 uint32_t rv = arp_check(dev, br->ipsandbox, br->ip); 156 uint32_t rv = arp_check(dev, br->ipsandbox);
157 if (rv) { 157 if (rv) {
158 fprintf(stderr, "Error: the address %d.%d.%d.%d is already in use.\n", PRINT_IP(br->ipsandbox)); 158 fprintf(stderr, "Error: the address %d.%d.%d.%d is already in use.\n", PRINT_IP(br->ipsandbox));
159 exit(1); 159 exit(1);