X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=5ee0789d0bca2c8b39852e187ecb54d7fd5f31a2;hp=9a7cb45ae88a411f31fa58a3128687fc4e11ea9f;hb=2d8f0c21ac8735fc06d1aa88e7873614392e3042;hpb=755bbd9fa36e16f266467bed60b158e5737bd838 diff --git a/attribute.c b/attribute.c index 9a7cb45a..5ee0789d 100644 --- a/attribute.c +++ b/attribute.c @@ -362,7 +362,7 @@ int com_rmatt(__a_unused int fd, int argc, char * const * const argv) { if (argc < 2) return -E_ATTR_SYNTAX; - return send_standard_callback_request(argc, argv, com_rmatt_callback, + return send_standard_callback_request(argc - 1, argv + 1, com_rmatt_callback, NULL); }