mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2026-01-05 23:51:08 +00:00
Fixed an error
Signed-off-by: Henrik Kjölhede <hkjolhede@gmail.com>
This commit is contained in:
parent
905f8792e5
commit
dc6bb7539b
@ -281,7 +281,7 @@ static int get_alloted(char *me, char *intype, char *link, struct alloted_s **al
|
||||
* what to do if there are more than one applicable lines? not specified in the docs.
|
||||
* since getline is implemented with realloc, we don't need to free line until exiting func.
|
||||
*/
|
||||
append_alloted(alloted, me, n);
|
||||
append_alloted(alloted, name, n);
|
||||
count += n;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user