mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a development mis-merge from r312827
Sponsored by: Netflix
This commit is contained in:
parent
ab3e89f1ab
commit
a136ca542c
1 changed files with 2 additions and 2 deletions
|
|
@ -3727,9 +3727,9 @@ xpt_print(struct cam_path *path, const char *fmt, ...)
|
|||
{
|
||||
va_list ap;
|
||||
struct sbuf sb;
|
||||
char buffer[XPT_PRINT_MAXLEN];
|
||||
char buffer[XPT_PRINT_LEN];
|
||||
|
||||
sbuf_new(&sb, buffer, XPT_PRINT_MAXLEN, SBUF_FIXEDLEN);
|
||||
sbuf_new(&sb, buffer, XPT_PRINT_LEN, SBUF_FIXEDLEN);
|
||||
|
||||
xpt_path_sbuf(path, &sb);
|
||||
va_start(ap, fmt);
|
||||
|
|
|
|||
Loading…
Reference in a new issue