summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/uca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca.c b/src/uca.c
index e3daebb..cab02ec 100644
--- a/src/uca.c
+++ b/src/uca.c
@@ -74,6 +74,7 @@ int32_t uca_get_property_id(const char *property_name)
while (property_map[i] != NULL) {
if (!strcmp(property_map[i], property_name))
return i;
+ i++;
}
return UCA_PROP_INVALID;
}