]> andersk Git - moira.git/blobdiff - server/qsupport.pc
Remove object id <-> name cache.
[moira.git] / server / qsupport.pc
index 24d65f6cc91a3bece7303b0850596d16ae72d50c..40250f326ecb499b1cbe80e23084c9b37ae09c79 100644 (file)
@@ -1642,10 +1642,6 @@ int register_user(struct query *q, char **argv, client *cl)
   com_err(whoami, 0, "set login name to %s", login);
   incremental_after(USERS_TABLE, buffer, 0);
 
-  /* We've just changed the login name in the DB; recache it in case
-     the wrong thing got into the cache earlier. */
-  cache_entry(login, USERS_TABLE, users_id);
-
   /* create filesystem */
   if (set_next_object_id("filsys_id", FILESYS_TABLE, 0))
     return MR_NO_ID;
This page took 0.031288 seconds and 4 git commands to generate.