fix warnings because I'm anal.
git-svn-id: svn://10.0.0.236/trunk@38642 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3057,7 +3057,7 @@ net_ReadCookiePermissions(char * filename)
|
||||
host = buffer;
|
||||
// isolate the host field which is the first field on the line
|
||||
if( !(p = PL_strchr(host, '\t')) ) {
|
||||
continue; /* no permission field
|
||||
continue; / * no permission field * /
|
||||
}
|
||||
*p++ = '\0';
|
||||
if(*p == CR || *p == LF || *p == 0) {
|
||||
|
||||
Reference in New Issue
Block a user