diff options
| author | Dmitry Kozlov <xeb@mail.ru> | 2014-10-29 20:58:35 +0300 |
|---|---|---|
| committer | Dmitry Kozlov <xeb@mail.ru> | 2014-10-29 20:58:35 +0300 |
| commit | 0170fc3761114ee94c17c88e000116f0c99ff638 (patch) | |
| tree | 5eca928145f61649e3912efca5ca84e9a8542bf4 /accel-pppd/radius | |
| parent | 4492abfd6b7a410d24fdc488545efd64a22c05b8 (diff) | |
| parent | ebdc1835312701b50c402159c48ed5d643619bec (diff) | |
| download | accel-ppp-0170fc3761114ee94c17c88e000116f0c99ff638.tar.gz accel-ppp-0170fc3761114ee94c17c88e000116f0c99ff638.zip | |
Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code
Diffstat (limited to 'accel-pppd/radius')
| -rw-r--r-- | accel-pppd/radius/radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/radius/radius.c b/accel-pppd/radius/radius.c index 045dee8a..ac659597 100644 --- a/accel-pppd/radius/radius.c +++ b/accel-pppd/radius/radius.c @@ -183,7 +183,7 @@ static int rad_pwdb_check(struct pwdb_t *pwdb, struct ap_session *ses, pwdb_call } rpd->auth_ctx = mempool_alloc(auth_ctx_pool); - memset(rpd->auth_ctx, 0, sizeof(rpd->auth_ctx)); + memset(rpd->auth_ctx, 0, sizeof(*rpd->auth_ctx)); rpd->auth_ctx->cb = cb; rpd->auth_ctx->cb_arg = cb_arg; |
