]> err.no Git - linux-2.6/blobdiff - fs/afs/main.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6] / fs / afs / main.c
index 40c2704e7557c4093b07df5130d9dbe851aa38ed..80ec6fd19a733fb50efb3fb896061fea76a08298 100644 (file)
@@ -54,7 +54,7 @@ static int __init afs_get_client_UUID(void)
 
        /* read the MAC address of one of the external interfaces and construct
         * a UUID from it */
-       ret = afs_get_MAC_address(afs_uuid.node);
+       ret = afs_get_MAC_address(afs_uuid.node, sizeof(afs_uuid.node));
        if (ret < 0)
                return ret;