summaryrefslogtreecommitdiff
path: root/lib/include/radsec/radsec-impl.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-03-08 13:32:10 +0100
committerLinus Nordberg <linus@nordu.net>2011-03-08 13:32:10 +0100
commit657eec7ee5a276521eb456bf648878935e794b6e (patch)
treeef3f4e6a7a1b82eb7da72aca867645474aad8b36 /lib/include/radsec/radsec-impl.h
parent1073de4a6139cf1b78ed82bc93e26be385cb76b1 (diff)
Clean up struct rs_error somewhat.
More to be done here!
Diffstat (limited to 'lib/include/radsec/radsec-impl.h')
-rw-r--r--lib/include/radsec/radsec-impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/include/radsec/radsec-impl.h b/lib/include/radsec/radsec-impl.h
index e790ccf..a924fc9 100644
--- a/lib/include/radsec/radsec-impl.h
+++ b/lib/include/radsec/radsec-impl.h
@@ -32,7 +32,6 @@ struct rs_credentials {
struct rs_error {
int code;
- char *msg;
char buf[1024];
};