summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 703e463..fb7ca25 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -151,8 +151,8 @@ struct fastd_peer_group_config {
char *name;
fastd_string_stack_t *peer_dirs;
- /* contraints */
- unsigned max_connections;
+ /* constraints */
+ int max_connections;
};
struct fastd_peer_group {