mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
remove unneeded fseek
This commit is contained in:
parent
99a744abda
commit
e013cc2ab8
@ -339,7 +339,6 @@ int MODULEMAINFUNC (int argc, char** argv){
|
|||||||
fp = fopen(argv[i] + 2, "a");
|
fp = fopen(argv[i] + 2, "a");
|
||||||
if (fp) {
|
if (fp) {
|
||||||
srv.stdlog = fp;
|
srv.stdlog = fp;
|
||||||
fseek(fp, 0L, SEEK_END);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user