diff options
-rw-r--r-- | cifs.upcall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cifs.upcall.c b/cifs.upcall.c index 12d5900..6c0b9de 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -857,6 +857,7 @@ int main(const int argc, char *const argv[]) legacy_uid++; break; case 'v': + rc = 0; printf("version: %s\n", VERSION); goto out; default: |