diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-08 13:32:10 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-08 13:32:10 +0100 |
commit | 657eec7ee5a276521eb456bf648878935e794b6e (patch) | |
tree | ef3f4e6a7a1b82eb7da72aca867645474aad8b36 /lib/include | |
parent | 1073de4a6139cf1b78ed82bc93e26be385cb76b1 (diff) |
Clean up struct rs_error somewhat.
More to be done here!
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/radsec/radsec-impl.h | 1 |
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]; }; |