aboutsummaryrefslogtreecommitdiff
path: root/src/res-conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/res-conn.c')
-rw-r--r--src/res-conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/res-conn.c b/src/res-conn.c
index 46efe83..3ecbeb6 100644
--- a/src/res-conn.c
+++ b/src/res-conn.c
@@ -50,7 +50,7 @@ static int client_valid_message[RESMSG_MAX] = {
[RESMSG_UNREGISTER] = VALID ,
[RESMSG_UPDATE ] = INVALID ,
[RESMSG_ACQUIRE ] = INVALID ,
- [RESMSG_RELEASE ] = INVALID ,
+ [RESMSG_RELEASE ] = VALID ,
[RESMSG_GRANT ] = VALID ,
[RESMSG_ADVICE ] = VALID ,
[RESMSG_AUDIO ] = INVALID ,