aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/protocol.c')
-rw-r--r--src/firejail/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/protocol.c b/src/firejail/protocol.c
index 8e75277c2..ba784fc2e 100644
--- a/src/firejail/protocol.c
+++ b/src/firejail/protocol.c
@@ -177,9 +177,9 @@ printf("entries %u\n", (unsigned) (sizeof(filter_start) / sizeof(struct sock_fil
177 } 177 }
178 printf("\n"); 178 printf("\n");
179} 179}
180printf("whitelist_len %u, struct sock_filter len %u\n", whitelist_len, (unsigned) sizeof(struct sock_filter));
180#endif 181#endif
181 182
182printf("whitelist_len %u, struct sock_filter len %u\n", whitelist_len, (unsigned) sizeof(struct sock_filter));
183 183
184 // parse list and add commands 184 // parse list and add commands
185 char *tmplist = strdup(cfg.protocol); 185 char *tmplist = strdup(cfg.protocol);