diff options
| author | Walter de Jong <walter@heiho.net> | 2013-03-28 23:10:43 +0100 |
|---|---|---|
| committer | Walter de Jong <walter@heiho.net> | 2013-03-28 23:10:43 +0100 |
| commit | 1119da92c3c47a2cb2a48d494f98ff10a6c32619 (patch) | |
| tree | 80727ab0d5542f8dc05d59f292bfe05c51af73af /libtac/lib | |
| parent | e9fd08a5d571c852f1f47f0e4cead8161a919d0b (diff) | |
| download | pam_tacplus-1119da92c3c47a2cb2a48d494f98ff10a6c32619.tar.gz pam_tacplus-1119da92c3c47a2cb2a48d494f98ff10a6c32619.zip | |
server is a struct { address, key }
Diffstat (limited to 'libtac/lib')
| -rw-r--r-- | libtac/lib/header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtac/lib/header.c b/libtac/lib/header.c index f361225..dd04c92 100644 --- a/libtac/lib/header.c +++ b/libtac/lib/header.c @@ -33,7 +33,7 @@ int session_id; int tac_encryption = 0; /* Pointer to TACACS+ shared secret string. */ -char *tac_secret = NULL; +const char *tac_secret = NULL; /* Pointer to TACACS+ shared login string. */ char *tac_login = NULL; /* default is PAP */ |
