047f369a62
Reviewed by: roberto Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security: CVE-2014-9293 Security CVE-2014-9294 Security CVE-2014-9295 Security CVE-2014-9296
13 lines
125 B
C
13 lines
125 B
C
#include <config.h>
|
|
|
|
#include "main.h"
|
|
|
|
int
|
|
main (
|
|
int argc,
|
|
char ** argv
|
|
)
|
|
{
|
|
return sntp_main(argc, argv, Version);
|
|
}
|