diff options
| author | linus <linus@nordu.net> | 2011-01-17 16:27:57 +0100 | 
|---|---|---|
| committer | linus <linus@nordu.net> | 2011-01-17 16:27:57 +0100 | 
| commit | 54eeaa8284b754879f02ee1b76094e377c00ab7b (patch) | |
| tree | 5b3a88784d88f8935eb49d8458c9e8b20ca76d62 /lib/packet.c | |
| parent | 43bfdbd02c48f6aae03c58f985ec7dee2e02a6b8 (diff) | |
Cosmetic changes.
Diffstat (limited to 'lib/packet.c')
| -rw-r--r-- | lib/packet.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packet.c b/lib/packet.c index b73c608..7644646 100644 --- a/lib/packet.c +++ b/lib/packet.c @@ -62,7 +62,7 @@ _do_send (struct rs_packet *pkt)    vp = paircreate (PW_MESSAGE_AUTHENTICATOR, PW_TYPE_OCTETS);    if (!vp)      return rs_err_conn_push_fl (pkt->conn, RSE_NOMEM, __FILE__, __LINE__, -				"rad_encode: %s", fr_strerror ()); +				"paircreate: %s", fr_strerror ());    pairadd (&pkt->rpkt->vps, vp);    if (rad_encode (pkt->rpkt, NULL, pkt->conn->active_peer->secret))  | 
