From: Andre Noll Date: Tue, 4 Sep 2018 23:14:02 +0000 (+0200) Subject: blob.c: Fix stale comment of stdin_command(). X-Git-Tag: v0.6.3~73 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=53fe3c3cca7caef5565750181daf70aa0598c2a9;ds=sidebyside 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). --- 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. */