X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/61ccf1dbeea93978803303d2cd43efa5da2cc7d1..2194825961eefdab538204e3bb682825a5427e14:/uip/popsbr.c diff --git a/uip/popsbr.c b/uip/popsbr.c index 0116febb..be0540c7 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -23,7 +23,6 @@ #include #include -#include #define TRM "." #define TRMLEN (sizeof TRM - 1) @@ -436,9 +435,6 @@ pop_init (char *host, char *port, char *user, char *pass, char *proxy, int inpipe[2]; /* for reading from the server */ int outpipe[2]; /* for sending to the server */ - /* first give up any root priviledges we may have for rpop */ - setuid(getuid()); - pipe(inpipe); pipe(outpipe);