]> andersk Git - moira.git/blobdiff - gen/genacl.pc
remove clearid != 999999999 constraint.
[moira.git] / gen / genacl.pc
index 24f2a9f18fa3acfc47a0a456f34f5f9985f5d4ab..61d728cf360e30cce9a4c0811fcdf02908600eb3 100644 (file)
@@ -47,6 +47,11 @@ void dump_krb_acl(FILE *out, char *type, int id, int vers)
   sq = get_acl(type, id, NULL);
   while (sq_remove_data(sq, &m))
     {
+      if (m->name == NULL)
+       {
+         fprintf(stderr, "Found string_id with no associated string.  Exiting.\n");
+         exit(MR_DBMS_ERR);
+       }
       if (m->type != 'S')
        {
          canon_krb(m, vers, kbuf, sizeof(kbuf));
This page took 0.04093 seconds and 4 git commands to generate.