From 53fe3c3cca7caef5565750181daf70aa0598c2a9 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 5 Sep 2018 01:14:02 +0200 Subject: [PATCH] blob.c: Fix stale comment of stdin_command(). The arg_obj variable was removed last year in commit 02623a7cbff3 (server: Convert blob commands to lopsub). --- blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob.c b/blob.c index 56986131..e10b522f 100644 --- a/blob.c +++ b/blob.c @@ -377,7 +377,7 @@ again: * * This function is called from the addblob command handlers to instruct the * afs process to store the input in a blob table. Input is read and decrypted - * from the file descriptor given by cc and appended to arg_obj, which contains + * from the file descriptor given by cc and appended to a buffer which also contains * the name of the blob to create. The combined buffer is made available to the * afs process via the callback method. */ -- 2.39.2