* Return a real value for the SystemUpdateID evented variable.

This commit is contained in:
Justin Maggard
2009-03-31 02:48:55 +00:00
parent 2e3a4f1dde
commit 29aa8608c2
2 changed files with 14 additions and 10 deletions

View File

@ -17,6 +17,7 @@ char friendly_name[] = "localhost: system_type";
char serialnumber[] = "12345678";
char modelnumber[] = "1";
char presentationurl[] = "http://192.168.0.1:8080/";
unsigned int updateID = 0;
int getifaddr(const char * ifname, char * buf, int len)
{