projects
/
serene-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdaaa8
)
Remove unused character string
author
Remco Rijnders
<remco@webconquest.com>
Wed, 15 Feb 2012 17:11:10 +0000
(18:11 +0100)
committer
Remco Rijnders
<remco@webconquest.com>
Wed, 15 Feb 2012 17:11:10 +0000
(18:11 +0100)
src/masking.c
patch
|
blob
|
history
diff --git
a/src/masking.c
b/src/masking.c
index 9028cc318cb95d9cb755098d6dd0c8cd6bd7bf61..5972ff0334aba157502ae958f5af0fbb54a0c2e6 100644
(file)
--- a/
src/masking.c
+++ b/
src/masking.c
@@
-100,7
+100,6
@@
char *return_oper_mask(struct Client *acptr)
char *Maskchecksum(char *data, char *salt)
{
char static tmp[HOSTLEN + 1] ;
- char result[HOSTLEN +1] ;
strncpy(tmp,crypt(data, salt),HOSTLEN) ;
printf("%s/n",tmp) ;