]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - getconf.c
Display a column with the user's IP address in the top user report
[thirdparty/sarg.git] / getconf.c
index 8f35ae5a79aa03f35c72f9de064155bb7ba97080..c0e22e56ba7392e5fa81638bd9c1719f7e6eeef1 100644 (file)
--- a/getconf.c
+++ b/getconf.c
@@ -93,6 +93,7 @@ static struct param_list topuserfields_values[]=
        {"NUM",TOPUSERFIELDS_NUM,0},
        {"DATE_TIME",TOPUSERFIELDS_DATE_TIME,0},
        {"USERID",TOPUSERFIELDS_USERID,0},
+       {"USERIP",TOPUSERFIELDS_USERIP,0},
        {"CONNECT",TOPUSERFIELDS_CONNECT,0},
        {"BYTES",TOPUSERFIELDS_BYTES,0},
        {"%BYTES",TOPUSERFIELDS_SETYB,0},