summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@kodafritt.se>2014-02-15 15:49:14 +0100
committerSamuel Lidén Borell <samuel@kodafritt.se>2014-02-15 15:49:14 +0100
commit63cd175f96569c30b55387d9b964cd348a647e1b (patch)
treed50ff7dc22a960d26ab23d1b52e4e00cabd834a8
parent7743457e37bfe994c6e9654faddbb1932d87acad (diff)
downloadfribid-63cd175f96569c30b55387d9b964cd348a647e1b.tar.gz
fribid-63cd175f96569c30b55387d9b964cd348a647e1b.tar.bz2
fribid-63cd175f96569c30b55387d9b964cd348a647e1b.zip
Remove old TODO comment
-rw-r--r--client/main.c3
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);