X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..cfe9172e73f17ebbd264ec37c138ebcf765bbeb0:/sgauth/web.cpp?ds=inline

diff --git a/sgauth/web.cpp b/sgauth/web.cpp
index 8c23482b..a162acc4 100644
--- a/sgauth/web.cpp
+++ b/sgauth/web.cpp
@@ -426,7 +426,7 @@ const char * replyHeader =
 const char * replyFooter= "\n\n";
 
 send(outerSocket, replyHeader, strlen(replyHeader), 0);
-send(outerSocket, css, strlen(css), 0);
+send(outerSocket, SGAuth::css, strlen(SGAuth::css), 0);
 send(outerSocket, replyFooter, strlen(replyFooter), 0);
 
 return 0;