mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Removed some leftover debugging code.
This commit is contained in:
parent
9a47e545f6
commit
9143760ecd
@ -392,10 +392,8 @@ globtilde(pattern, patbuf, patbuf_len, pglob)
|
||||
/*
|
||||
* Expand a ~user
|
||||
*/
|
||||
if ((pwd = getpwnam((char*) patbuf)) == NULL) {
|
||||
fprintf (stderr, "here (%s)\n", patbuf);
|
||||
if ((pwd = getpwnam((char*) patbuf)) == NULL)
|
||||
return pattern;
|
||||
}
|
||||
else
|
||||
h = pwd->pw_dir;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user