thermferm/devices.c

changeset 573
479878d528f2
parent 570
1e0192b295b9
child 583
9795a16de807
--- a/thermferm/devices.c	Sat Jan 19 20:12:56 2019 +0100
+++ b/thermferm/devices.c	Sat Jan 19 20:31:50 2019 +0100
@@ -561,7 +561,6 @@
 
 	    	ndev = (devices_list *)malloc(sizeof(devices_list));
 	    	ndev->next = NULL;
-	    	ndev->version = 1;
 	    	ndev->uuid = malloc(37);
 	    	uuid_generate(uu);
 	    	uuid_unparse(uu, ndev->uuid);

mercurial