Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
[ira/wip.git] / source3 / client / client.c
index a6f31bcf173b6382c33b4915d0b03efe2542f9c1..fcb9b27f1fa571e590514fad543cb8029bd45bf5 100644 (file)
@@ -1281,7 +1281,7 @@ static int cmd_more(void)
        if (!lname) {
                return 1;
        }
-       fd = smb_mkstemp(lname);
+       fd = mkstemp(lname);
        if (fd == -1) {
                d_printf("failed to create temporary file for more\n");
                return 1;