diff options
author | Samuel Lidén Borell <samuel@kodafritt.se> | 2014-02-15 15:49:14 +0100 |
---|---|---|
committer | Samuel Lidén Borell <samuel@kodafritt.se> | 2014-02-15 15:49:14 +0100 |
commit | 63cd175f96569c30b55387d9b964cd348a647e1b (patch) | |
tree | d50ff7dc22a960d26ab23d1b52e4e00cabd834a8 | |
parent | 7743457e37bfe994c6e9654faddbb1932d87acad (diff) | |
download | fribid-63cd175f96569c30b55387d9b964cd348a647e1b.tar.gz fribid-63cd175f96569c30b55387d9b964cd348a647e1b.tar.bz2 fribid-63cd175f96569c30b55387d9b964cd348a647e1b.zip |
Remove old TODO comment
-rw-r--r-- | client/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/main.c b/client/main.c index 8d1a23d..d92d70f 100644 --- a/client/main.c +++ b/client/main.c @@ -287,9 +287,6 @@ void pipeCommand(PipeCommand command, const char *url, const char *hostname, break; } case PC_StoreCertificates: { - // TODO maybe we should only allow the web site that called - // CreateRequest to store certificates? - char *certs = pipe_readString(stdin); BankIDError error = bankid_storeCertificates(certs, hostname); |