use bool instead of int

This commit is contained in:
Tobias Brunner
2009-05-07 17:42:25 +02:00
parent 433c0968e4
commit 723534283c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ kw_end(starter_conn_t *conn, starter_end_t *end, kw_token_t token
{
err_t ugh = NULL;
bool assigned = FALSE;
int has_port_wildcard; /* set if port is %any */
bool has_port_wildcard; /* set if port is %any */
char *name = kw->entry->name;
char *value = kw->value;