gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-53


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-533-gd174c7e
Date: Tue, 17 Dec 2013 15:43:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  d174c7e95c8c3453c29b352f372141284e58084f (commit)
      from  44ce296f8edf7b24fd0e8be05cd8a4bb64b5db62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=d174c7e95c8c3453c29b352f372141284e58084f


commit d174c7e95c8c3453c29b352f372141284e58084f
Author: Daniele Forsi <address@hidden>
Date:   Tue Dec 17 16:36:57 2013 +0100

    Use actual values
    
    See Documentation/networking/phonet.txt in the sources of the Linux kernel.

diff --git a/common/devices/socketphonet.c b/common/devices/socketphonet.c
index 35fc9c0..0aa7f71 100644
--- a/common/devices/socketphonet.c
+++ b/common/devices/socketphonet.c
@@ -134,9 +134,8 @@ size_t socketphonet_read(int fd, __ptr_t buf, size_t 
nbytes, struct gn_statemach
        frame[3] = addr.spn_resource;
        frame[4] = received >> 8;
        frame[5] = received & 0xff;
-       /* The following bytes will be printed during debug so zero them to 
silence valgrind */
-       frame[6] = 0;
-       frame[7] = 0;
+       frame[6] = addr.spn_obj;
+       frame[7] = addr.spn_dev;
        return received + 8;
 }
 

-----------------------------------------------------------------------

Summary of changes:
 common/devices/socketphonet.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]