network code cleanup
git-svn-id: svn://kolibrios.org@7679 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1228,7 +1228,7 @@ socket_set_opt:
|
||||
cmp edx, NET_DEVICES_MAX
|
||||
ja .invalid
|
||||
|
||||
mov edx, [net_drv_list + 4*edx]
|
||||
mov edx, [net_device_list + 4*edx]
|
||||
test edx, edx
|
||||
jz .already
|
||||
mov [eax + SOCKET.device], edx
|
||||
|
Reference in New Issue
Block a user