mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 03:46:41 +00:00
11 lines
294 B
Diff
11 lines
294 B
Diff
+++ ./src/svr-agentfwd.c
|
|
@@ -41,7 +41,7 @@
|
|
#include "listener.h"
|
|
#include "auth.h"
|
|
|
|
-#define AGENTDIRPREFIX "/tmp/dropbear-"
|
|
+#define AGENTDIRPREFIX "@TERMUX_PREFIX@/tmp/dropbear-"
|
|
|
|
static int send_msg_channel_open_agent(int fd);
|
|
static int bindagent(int fd, struct ChanSess * chansess);
|