]> diplodocus.org Git - nmh/blobdiff - uip/popsbr.c
add rmf(1) and folder(1) to one another's SEE ALSO sections
[nmh] / uip / popsbr.c
index 714a8da785aa883a76916db402e323ceadbf93a1..be0540c7acdccf0de67756c830bd9b8ab99d3696 100644 (file)
@@ -435,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);