]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sat, 25 Aug 2018 12:26:58 +0000 (08:26 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 25 Aug 2018 12:27:11 +0000 (08:27 -0400)
src/bin/radmin.c

index 313abba85576d967f195a0e1878b1896bf2881fc..b81dd9a39f82d12046e289414e0dc300fcfe2404 100644 (file)
@@ -67,7 +67,7 @@ static TALLOC_CTX *radmin_ctx;
 /*
  *     @todo - use thread-local storage
  */
-static char *readline_buffer[1024];
+static char readline_buffer[1024];
 
 static char *readline(char const *prompt)
 {