aboutsummaryrefslogtreecommitdiffstats
path: root/src/rua_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rua_common.c')
-rw-r--r--src/rua_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rua_common.c b/src/rua_common.c
index 4499efe..fcb873e 100644
--- a/src/rua_common.c
+++ b/src/rua_common.c
@@ -90,6 +90,9 @@ char *rua_cause_str(RUA_Cause_t *cause)
get_value_string(rua_cause_misc_vals,
cause->choice.misc));
break;
+ default:
+ strcpy(buf, "unknown");
+ break;
}
return buf;
}