You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2016/05/31 09:29:09 UTC

[trafficserver] branch master updated: remove typo line at aio_queue_req (#676)

This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  be4a47f   remove typo line at aio_queue_req (#676)
be4a47f is described below

commit be4a47f1b22affe34623302073ec34502b18b782
Author: dark264sh <da...@gmail.com>
AuthorDate: Tue May 31 18:29:02 2016 +0900

    remove typo line at aio_queue_req (#676)
---
 iocore/aio/AIO.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/aio/AIO.cc b/iocore/aio/AIO.cc
index ad1536d..eb8f62c 100644
--- a/iocore/aio/AIO.cc
+++ b/iocore/aio/AIO.cc
@@ -323,7 +323,6 @@ aio_queue_req(AIOCallbackInternal *op, int fromAPI = 0)
   int thread_ndx = 1;
   AIO_Reqs *req = op->aio_req;
   op->link.next = NULL;
-  ;
   op->link.prev = NULL;
 #ifdef AIO_STATS
   ink_atomic_increment((int *)&data->num_req, 1);

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].