Browse Source

xcap_client: set table version to 4

- reported by Gnaneshwar Gatla
Daniel-Constantin Mierla 13 năm trước cách đây
mục cha
commit
ab36b2b10e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules_k/xcap_client/xcap_client.c

+ 1 - 1
modules_k/xcap_client/xcap_client.c

@@ -51,7 +51,7 @@
 
 MODULE_VERSION
 
-#define XCAP_TABLE_VERSION   3
+#define XCAP_TABLE_VERSION   4
 
 static int mod_init(void);
 static int child_init(int rank);