Prechádzať zdrojové kódy

uid_gflags: default table for global attrs prefixed with uid_

Daniel-Constantin Mierla 12 rokov pred
rodič
commit
3d2c78df69
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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";