chiark
/
gitweb
/
~ian
/
secnet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f8f332
)
pubkeys: Do not mind missing serial
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 23 Nov 2019 18:28:41 +0000
(18:28 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2020 21:56:49 +0000
(21:56 +0000)
That just means
00000000
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
pubkeys.fl.pl
patch
|
blob
|
history
diff --git
a/pubkeys.fl.pl
b/pubkeys.fl.pl
index 43df2e16593cff2bfeda6ae9cec81cbd2d2c71bf..226f4ddbd319873e8e3da886cb55b003703d9deb 100755
(executable)
--- a/
pubkeys.fl.pl
+++ b/
pubkeys.fl.pl
@@
-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;