chiark / gitweb /
pubkeys: Do not mind missing serial
[secnet.git] / pubkeys.fl.pl
index 43df2e16593cff2bfeda6ae9cec81cbd2d2c71bf..226f4ddbd319873e8e3da886cb55b003703d9deb 100755 (executable)
@@ -311,10 +311,6 @@ keyset_load(const char *path, struct buffer_if *data_buf,
     int r=pkyylex();
     if (r) goto err_bad;
 
-    if (!c->had_serial) {
-       slilog(LI,M_ERR,"missing serial number in %s",path);
-       goto err_bad;
-    }
     if (!c->building->nkeys) {
        slilog(LI,M_ERR,"no useable keys in %s",path);
        goto err_bad;