added yet one more 'const'
authoraland <aland>
Wed, 3 Nov 1999 20:21:33 +0000 (20:21 +0000)
committeraland <aland>
Wed, 3 Nov 1999 20:21:33 +0000 (20:21 +0000)
src/main/exec.c

index 6fd4e97..30ac80a 100644 (file)
@@ -44,7 +44,7 @@ char *radius_xlate(const char *str, VALUE_PAIR *request, VALUE_PAIR *reply)
 {
        static char buf[MAX_STRING_LEN * 2];
        int n, i = 0, c;
-       char *p;
+       const char *p;
        VALUE_PAIR *tmp;
 
        for (p = str; *p; p++) {