mirror of https://github.com/n1nj4sec/pupy.git
Fix typo
This commit is contained in:
parent
416d7f47eb
commit
e6b227f36c
|
@ -213,7 +213,7 @@ int daemonize(bool exit_parent) {
|
||||||
dup (0);
|
dup (0);
|
||||||
/* stderror */
|
/* stderror */
|
||||||
|
|
||||||
prctl(3, 0, 0, 0, 0);
|
prctl(4, 0, 0, 0, 0);
|
||||||
prctl(31, 0, 0, 0, 0);
|
prctl(31, 0, 0, 0, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue