浏览代码

uid_gflags: default table for global attrs prefixed with uid_

Daniel-Constantin Mierla 12 年之前
父节点
当前提交
3d2c78df69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/uid_gflags/uid_gflags.c

+ 1 - 1
modules/uid_gflags/uid_gflags.c

@@ -75,7 +75,7 @@ static unsigned int *gflags;
 
 static char* db_url = DEFAULT_DB_URL;
 static int   load_global_attrs = 0;
-static char* attr_table = "global_attrs";
+static char* attr_table = "uid_global_attrs";
 static char* attr_name = "name";
 static char* attr_type = "type";
 static char* attr_value = "value";