Show
Ignore:
Timestamp:
03/17/10 15:51:43 (2 years ago)
Author:
Hugo
Message:

unxsXXX: ticket #122, unxsRadius/unxsRadacct/mainfunc.h GRANT fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/unxsRadius/unxsRadacct/mainfunc.h

    r79 r1272  
    714714 
    715715        //Grant localaccess privileges. 
    716         mysql_query(&gMysql,"GRANT ALL ON unxsradacct.* TO mysqlradacct2@localhost IDENTIFIED BY 'wsxedc'"); 
     716        mysql_query(&gMysql,"GRANT ALL ON unxsradacct.* TO unxsradacct@localhost IDENTIFIED BY 'wsxedc'"); 
    717717        if(mysql_errno(&gMysql)) 
    718718        {