[chrony-users] libchrony patch

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-users Archives ]


See attached.

Consider adding a BUILD.md that includes libtool and libtool-bin as prerequisites.

Cheers!
diff --git a/message.c b/message.c
index 89633f8..d78e71b 100644
--- a/message.c
+++ b/message.c
@@ -502,6 +502,7 @@ struct timespec get_field_timespec(const Message *msg, int field) {
 		ts.tv_nsec = ntohl(*(uint32_t *)(data + 8));
 		break;
 	default:
+    break;
 	}
 
 	return ts;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/