]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
const for variables
authorAlan T. DeKok <aland@freeradius.org>
Fri, 31 Jul 2015 07:22:11 +0000 (09:22 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 31 Jul 2015 07:22:11 +0000 (09:22 +0200)
src/main/radattr.c

index e2fe0489ae58a01d06a71f2d667154533a707e97..86ea4bc5647de60043da6a607098d2e834e27ba6 100644 (file)
@@ -79,7 +79,7 @@ static RADIUS_PACKET my_packet = {
 };
 
 
-static char *my_secret = "testing123";
+static char const *my_secret = "testing123";
 
 /*
  *     End of hacks for xlat