mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 05:31:36 +01:00
Duh...
This commit is contained in:
parent
86206ed51c
commit
9c947f140e
2 changed files with 2 additions and 1 deletions
1
Changes
1
Changes
|
@ -1036,3 +1036,4 @@ seen. gmtime warning still there
|
|||
coding)
|
||||
- Fixed yet another Win32 editor bug affecting Windows 95/98/NT4,
|
||||
found by HA|Raptor
|
||||
- If host == null, don't set it (m_oper, was setting it to "eek.host.is.null.pointer")
|
||||
|
|
|
@ -357,7 +357,7 @@ DLLFUNC int m_oper(aClient *cptr, aClient *sptr, int parc, char *parv[]) {
|
|||
|
||||
sptr->user->oflag = aconf->oflags;
|
||||
|
||||
if ((aconf->oflags & OFLAG_HIDE) && iNAH) {
|
||||
if ((aconf->oflags & OFLAG_HIDE) && iNAH && !BadPtr(host)) {
|
||||
iNAH_host(sptr, (host != NULL) ? host : "eek.host.is.null.pointer");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue