]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - include/readlog.h
Fix an error introduced when stripping the user domain
[thirdparty/sarg.git] / include / readlog.h
index 0861344a56ebcb006e353f435931d45f6280cd43..a481362292df1dce3eb1290fd7c7e7674214e05d 100644 (file)
@@ -28,7 +28,7 @@ struct ReadLogStruct
        //! The IP address connecting to internet.
        const char *Ip;
        //! The user's name.
-       char *User;
+       const char *User;
        /*!
        The URL of the visited site.