From 530df702de0f98f7854f265856d2365b0409ae81 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 13 Jan 2016 23:09:50 +0000
Subject: [PATCH] Mention that the auth callback should call addFile()

---
 exec/load/binkp.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/exec/load/binkp.js b/exec/load/binkp.js
index 0a09e19cc0..a9973e26ea 100644
--- a/exec/load/binkp.js
+++ b/exec/load/binkp.js
@@ -24,7 +24,8 @@ load("sockdefs.js");
  * 				     ver1_1 is true)
  * auth_callback   - Function that is called with a list of addresses and a list of
  *                   passwords (two arguments) which returns true if the session is secure
- *                   or false if it is not.
+ *                   or false if it is not.  This callback cand also safely call
+ *					 addFile(filename) to add files for the authenticated addresses
  * 
  * Now add any files you wish to send using the addFile(filename) method
  * 
-- 
GitLab