bsc_nat: Fix 1 log error output of wrong variable.

This commit is contained in:
Neels Hofmeyr 2015-09-23 19:02:36 +02:00
parent 732665269e
commit e57e0fa701
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ static int verify_key(struct bsc_connection *conn, struct bsc_config *conf, cons
if (vec.res_len != 8) {
LOGP(DNAT, LOGL_ERROR, "Res length is wrong: %d for bsc nr %d\n",
keylen, conf->nr);
vec.res_len, conf->nr);
return 0;
}