]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo again...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 4 Nov 2016 03:00:26 +0000 (23:00 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 4 Nov 2016 03:00:26 +0000 (23:00 -0400)
src/modules/rlm_sigtran/client.c

index e3a36081bce82ffaa8fef947d42dbf68fb2c767b..2a582cbfed9b206cd271f08ef8a6617b65bf4987 100644 (file)
@@ -63,7 +63,7 @@ int sigtran_client_do_transaction(int fd, sigtran_transaction_t *txn)
        }
 
        if (ptr != txn) {
-               ERROR("ctrl_pipe (%i) response ptr (%p) does not match request (%p)", fd, ptr, tx);
+               ERROR("ctrl_pipe (%i) response ptr (%p) does not match request (%p)", fd, ptr, txn);
                return -1;
        }