]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 29 May 2015 19:41:21 +0000 (15:41 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 29 May 2015 19:41:39 +0000 (15:41 -0400)
src/main/parser.c

index b41c89445330ee88dbe5032539b5b73a5cd3f025..7f7ca73bd408891d4eedd415353d69116d9e2c45 100644 (file)
@@ -54,7 +54,7 @@ size_t fr_cond_sprint(char *buffer, size_t bufsize, fr_cond_t const *in)
        char *end = buffer + bufsize - 1;
        fr_cond_t const *c = in;
 
-       rad_assert(buffsize > 0);
+       rad_assert(bufsize > 0);
 
 next:
        if (!c) {