]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
server: Constify return value of lookup_user().
[paraslash.git] / command.c
index a72a524fa179e605e152adc32b6a37305162b70f..74e136355f644721924752ceb61fbfd4ac3693dc 100644 (file)
--- a/command.c
+++ b/command.c
@@ -784,7 +784,7 @@ struct connection_features {
        int dummy; /* none at the moment */
 };
 
-static int parse_auth_request(char *buf, int len, struct user **u,
+static int parse_auth_request(char *buf, int len, const struct user **u,
                struct connection_features *cf)
 {
        int ret;