handover: Remove extra handover_close call
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Jun 2012 16:44:56 +0000 (18:44 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Jun 2012 16:44:56 +0000 (18:44 +0200)
plugins/handover.c

index 8f09afd..234d6e8 100644 (file)
@@ -147,10 +147,6 @@ static int handover_ndef_parse(int client_fd, struct hr_ndef *ndef)
                if (err >= 0)
                        err = 0;
        } else {
-               /* We received a Hs frame */
-               DBG("Close handover connection");
-               handover_close(client_fd, 0);
-
                err = 0;
        }