aboutsummaryrefslogtreecommitdiff
path: root/service_provider.c
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2018-07-09 19:07:57 -0400
committerFranklin Wei <me@fwei.tk>2018-07-09 19:07:57 -0400
commit9d1c4774b274aed0d06551238462a4535cdda2f1 (patch)
tree9bb3849175b7d0f764d1c80500f2916485cc5ac5 /service_provider.c
parentab8d3d75ce0dbd2b328b0b40dcb4d1e5f9dc862d (diff)
downloadcsaa-9d1c4774b274aed0d06551238462a4535cdda2f1.zip
csaa-9d1c4774b274aed0d06551238462a4535cdda2f1.tar.gz
csaa-9d1c4774b274aed0d06551238462a4535cdda2f1.tar.bz2
csaa-9d1c4774b274aed0d06551238462a4535cdda2f1.tar.xz
Clean up some minor stuff
Diffstat (limited to 'service_provider.c')
-rw-r--r--service_provider.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/service_provider.c b/service_provider.c
index d944675..3a01111 100644
--- a/service_provider.c
+++ b/service_provider.c
@@ -1216,10 +1216,6 @@ static void sp_handle_client(struct service_provider *sp, int cl)
iomt_serialize(acl, write_to_fd, &cl);
iomt_free(acl);
}
- else
- {
- printf("failed: %s\n", tm_geterror());
- }
break;
}