]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
not a string
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 26 Jan 2022 19:33:42 +0000 (13:33 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 27 Jan 2022 14:07:57 +0000 (08:07 -0600)
src/lib/util/pair.c

index 64a2a57c4e459767fcf739a9eb8d43ad232289c3..33b50071f55942f454d45efd5bfb0d9353011965 100644 (file)
@@ -2304,7 +2304,7 @@ int fr_pair_value_memdup(fr_pair_t *vp, uint8_t const *src, size_t len, bool tai
        int ret;
 
        if (unlikely((len > 0) && !src)) {
-               fr_strerror_printf("Invalid arguments to %s.  Len > 0 (%zu) but src string was NULL",
+               fr_strerror_printf("Invalid arguments to %s.  Len > 0 (%zu) but src was NULL",
                                   __FUNCTION__, len);
                return -1;
        }