diff options
| author | Roy Marples <roy@marples.name> | 2008-01-16 16:38:47 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-01-16 16:38:47 +0000 |
| commit | 2f736fb7ce0e5e8a21387ac78819bebf673eca79 (patch) | |
| tree | f75bd0812c3aa915b95af242d7ee89a670b4fed7 /duid.c | |
| parent | fc367a018f017e43544224bea067d6957efb4eca (diff) | |
| download | dhcpcd-2f736fb7ce0e5e8a21387ac78819bebf673eca79.tar.xz | |
Re format for standard tabs.
Diffstat (limited to 'duid.c')
| -rw-r--r-- | duid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ void get_duid (interface_t *iface) /* Finally, add the MAC address of the interface */ memcpy (p, iface->hwaddr, iface->hwlen); p += iface->hwlen; - + iface->duid_length = p - iface->duid; if (! (fp = fopen (DUIDFILE, "w"))) |
