diff options
Diffstat (limited to 'plugins/check_radius.c')
| -rw-r--r-- | plugins/check_radius.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index be1001b4..984aa37e 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
| @@ -97,7 +97,7 @@ int verbose = FALSE; | |||
| 97 | 97 | ||
| 98 | /****************************************************************************** | 98 | /****************************************************************************** |
| 99 | 99 | ||
| 100 | The (psuedo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ | 100 | The (pseudo?)literate programming XML is contained within \@\@\- <XML> \-\@\@ |
| 101 | tags in the comments. With in the tags, the XML is assembled sequentially. | 101 | tags in the comments. With in the tags, the XML is assembled sequentially. |
| 102 | You can define entities in tags. You also have all the #defines available as | 102 | You can define entities in tags. You also have all the #defines available as |
| 103 | entities. | 103 | entities. |
| @@ -155,7 +155,11 @@ main (int argc, char **argv) | |||
| 155 | { | 155 | { |
| 156 | struct sockaddr_storage ss; | 156 | struct sockaddr_storage ss; |
| 157 | char name[HOST_NAME_MAX]; | 157 | char name[HOST_NAME_MAX]; |
| 158 | #ifdef RC_BUFFER_LEN | ||
| 159 | char msg[RC_BUFFER_LEN]; | ||
| 160 | #else | ||
| 158 | char msg[BUFFER_LEN]; | 161 | char msg[BUFFER_LEN]; |
| 162 | #endif | ||
| 159 | SEND_DATA data; | 163 | SEND_DATA data; |
| 160 | int result = STATE_UNKNOWN; | 164 | int result = STATE_UNKNOWN; |
| 161 | uint32_t client_id, service; | 165 | uint32_t client_id, service; |
