diff options
Diffstat (limited to 'src/assuan-handler.c')
-rw-r--r-- | src/assuan-handler.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/assuan-handler.c b/src/assuan-handler.c index 8eae253..37f84b6 100644 --- a/src/assuan-handler.c +++ b/src/assuan-handler.c @@ -360,6 +360,10 @@ std_handler_output (assuan_context_t ctx, char *line) #if HAVE_W32_SYSTEM || HAVE_W64_SYSTEM +/* + * The command used by a client to send FD. That is, from the viewpoint + * of handling this command, it is to _receive_ a file handle. + */ static const char w32_help_sendfd[] = "SENDFD <N>\n" "\n" |