Do not treat signaling and management messages as errors.

Instead we just ignore them for now.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2011-12-30 10:17:17 +01:00
parent a736b0c2ff
commit 50b82c200d
1 changed files with 1 additions and 0 deletions

1
msg.c
View File

@ -188,6 +188,7 @@ int msg_post_recv(struct ptp_message *m, int cnt)
break;
case SIGNALING:
case MANAGEMENT:
break;
default:
return -1;
}