mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Removed a debugging printf() left here in peter's
last commit. Spotted by: kris
This commit is contained in:
parent
8179ab99d6
commit
fb624dbc80
1 changed files with 0 additions and 1 deletions
|
|
@ -326,7 +326,6 @@ main(argc, argv)
|
|||
altflags |= ALTF_NFSV3;
|
||||
getmntopts(optarg, mopts, &mntflags, &altflags);
|
||||
set_flags(&altflags, &nfsargsp->flags, FALSE);
|
||||
printf("altflags= %x, optarg = %s\n", altflags, optarg);
|
||||
/*
|
||||
* Handle altflags which don't map directly to
|
||||
* mount flags.
|
||||
|
|
|
|||
Loading…
Reference in a new issue