Browse Source

uid_gflags: default table for global attrs prefixed with uid_

Daniel-Constantin Mierla 12 years ago
parent
commit
3d2c78df69
1 changed files with 1 additions and 1 deletions
  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 char* db_url = DEFAULT_DB_URL;
 static int   load_global_attrs = 0;
 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_name = "name";
 static char* attr_type = "type";
 static char* attr_type = "type";
 static char* attr_value = "value";
 static char* attr_value = "value";